-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "HopJS",
"private": false,
"version": "0.3.2",
"description": "Full-Stack JS",
"keywords": [
"SailsJS",
"BackBone",
"React",
"WebPack",
"BootStrap",
"Less"
],
"main": "app.js",
"author": "Brian Shannon",
"license": "MIT",
"dependencies": {
"animate.css": "^3.5.1",
"backbone": "^1.3.3",
"bootstrap": "^3.3.6",
"colors": "^1.1.2",
"ejs": "~0.8.4",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-react": "^0.12.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"grunt-webpack": "^1.0.11",
"include-all": "~0.1.3",
"jquery": "^2.2.0",
"lodash": "^3.10.1",
"moment": "^2.13.0",
"rc": "~0.5.0",
"react": "^0.14.5",
"react-animate.css": "0.0.4",
"react-bootstrap": "^0.29.3",
"react-dom": "^0.14.5",
"react-sparklines": "^1.5.1",
"sails": "~0.12.3",
"sails-disk": "~0.10.0",
"tracer": "^0.8.2",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js",
"test": "mocha tests/index.js",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/codemeasandwich/HopJS"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"grunt-browserify": "^4.0.1",
"grunt-react": "^0.12.3",
"grunt-webpack": "^1.0.11",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"webpack": "^1.12.2"
}
}