-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.96 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
{
"name": "jthree-reference",
"version": "1.0.0",
"description": "Reference and community services of jThree",
"main": "app.js",
"dependencies": {
"bluebird": "^3.1.5",
"co": "^4.6.0",
"express": "^4.13.4",
"handlebars": "^4.0.5",
"highlight.js": "^9.1.0",
"history.js": "^1.8.0",
"html5-history": "pnlybubbles/html5-history#b6afc38d13dcbfb6e112c9fdebb6a1b6862b9b17",
"lodash.clone": "^4.0.2",
"lodash.find": "^4.0.1",
"lodash.merge": "^4.0.2",
"marked": "^0.3.5",
"material-flux": "^1.4.0",
"md2react": "^0.8.8",
"object-assign": "^4.0.1",
"radium": "^0.16.6",
"react": "^0.14.7",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"source-map-support": "^0.4.0",
"superagent": "^1.7.2"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"coffee-reactify": "^4.0.0",
"coffee-script": "^1.10.0",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-if": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watchify": "^0.5.0",
"lodash": "^4.0.1",
"pretty-hrtime": "^1.0.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"build": "./node_modules/.bin/gulp --require coffee-script/register build",
"build-dev": "./node_modules/.bin/gulp --require coffee-script/register build-dev",
"watch": "./node_modules/.bin/gulp --require coffee-script/register watch",
"watch-prd": "./node_modules/.bin/gulp --require coffee-script/register watch-prd",
"test": "./node_modules/.bin/gulp --require coffee-script/register test"
},
"author": "pnlybubbles",
"license": "MIT",
"engines":{
"node":"4.3.x"
}
}