forked from Modern-Grasshoppers/what-have-i-done
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "modern-grasshoppers",
"version": "1.0.0",
"description": "What Have I Done?!",
"main": "server/server.js",
"scripts": {
"start": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Modern-Grasshoppers/modern-grasshoppers.git"
},
"author": "modern-grasshoppers",
"license": "ISC",
"bugs": {
"url": "https://github.com/Modern-Grasshoppers/modern-grasshoppers/issues"
},
"homepage": "https://github.com/Modern-Grasshoppers/modern-grasshoppers#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babelify": "^7.3.0",
"body-parser": "^1.16.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.15.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-shell": "^2.1.0",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"mongoose": "^4.7.8",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"q": "^1.4.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"reactcss": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"open": "0.0.5"
}
}