-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "playlist",
"version": "0.0.0",
"private": true,
"scripts": {
"setup": "npm i && jspm i",
"postinstall": "jspm i && jspm bundle lib/main --inject",
"start": "./node_modules/.bin/babel-node --presets es2015 app.js"
},
"dependencies": {
"babel": "^6.3.13",
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bcryptjs": "^2.3.0",
"bluebird": "^3.1.1",
"body-parser": "^1.14.1",
"cookie-parser": "~1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-graphql": "^0.4.5",
"graphql": "^0.4.14",
"jspm": "^0.16.15",
"jwt-simple": "^0.4.1",
"kerberos": "0.0.17",
"moment": "^2.11.1",
"mongoose": "^4.3.6",
"mongoose-deep-populate": "^2.0.3",
"morgan": "^1.6.1",
"serve-favicon": "~2.3.0",
"webpack": "^1.12.9"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"classnames": "npm:classnames@^2.2.3",
"events": "github:jspm/nodelibs-events@^0.1.1",
"flux": "npm:flux@^2.1.1",
"jquery": "npm:jquery@^2.2.0",
"marked": "npm:marked@^0.3.5",
"react": "npm:react@^0.14.3",
"react-dom": "npm:react-dom@^0.14.3",
"react-relay": "npm:react-relay@^0.6.0",
"react-router": "npm:react-router@^2.0.0-rc5",
"sweetalert": "npm:sweetalert@^1.1.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}