forked from fentas/sails-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 796 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
{
"name": "sails-react",
"author": {
"name": "Jan Guth",
"email": "[email protected]"
},
"version": "0.0.2",
"description": "Integration of fb react into sailsjs.",
"keywords": [
"sails",
"sailsjs",
"sails.js",
"react"
],
"repository": {
"type": "git",
"url": "git://github.com/pan-st/sails-react.git"
},
"license":"MIT",
"bugs": {
"url": "http://github.com/pan-st/sails-react/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"readmeFilename": "README.md",
"dependencies": {
"grunt": "0.4.2",
"grunt-react": "~0.7.0",
"grunt-browserify ": "~2.0.1",
"uglify-js": "~2.4.13"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-clean": "0.4.0",
"grunt-contrib-nodeunit": "0.1.2"
}
}