-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 KB
/
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": "kraken-react",
"version": "0.1.0",
"description": "react test 2",
"author": "Tim Sullivan <[email protected]>",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"repository": "[email protected]:tsullivan/kraken-react.git",
"dependencies": {
"ejs": "^1.0.0",
"envify": "^1.2.1",
"express": "^4.3.0",
"jquery-browserify": "^1.8.1",
"kraken-js": "^1.0.1",
"less": "^1.7.3",
"react": "^0.10.0",
"showdown": "^0.3.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.1",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-copy-to": "0.0.10",
"grunt-mocha-cli": "^1.9.0",
"grunt-react": "^0.8.2",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
},
"generator-kraken": {
"version": "1.1.0",
"template": "none",
"css": "less",
"js": false,
"task": "grunt"
}
}