forked from JedWatson/sydjs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1017 Bytes
/
package.json
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
{
"name": "sydjs",
"version": "2.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/sydjs-site.git"
},
"dependencies": {
"async": "^0.9.2",
"babelify": "^6.1.1",
"browserify-middleware": "^5.0.2",
"classnames": "^2.1.1",
"connect-mongo": "^0.8.1",
"crypto": "0.0.3",
"dotenv": "^1.1.0",
"jsx": "^0.9.89",
"keystone": "0.3.10",
"keystone-utils": "^0.1.13",
"lodash": "^3.9.1",
"moment": "^2.10.3",
"newrelic": "^1.19.1",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "^1.0.3",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-select": "^0.4.9",
"request": "^2.55.0",
"store-prototype": "^1.1.0",
"superagent": "^1.2.0",
"underscore": "^1.8.3"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node keystone.js"
}
}