-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 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
53
54
55
56
57
58
59
{
"name": "rafael",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"compile": "./node_modules/.bin/jison ./apps/blog/lib/post-language.jison -o ./apps/blog/lib/post-language.js",
"build-posts": "DEBUG=debug node ./bin/build-posts",
"test": "NODE_ENV=test ./node_modules/.bin/mocha $(find ./test -name '*.coffee') $(find apps/*/test -name '*.coffee')"
},
"dependencies": {
"backbone": "*",
"backbone-cache-sync": "*",
"backbone-super-sync": "*",
"bootstrap": "*",
"browserify": "*",
"coffee-script": "*",
"compression": "*",
"connect-livereload": "*",
"debug": "*",
"event-stream": "*",
"express": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-clean": "*",
"gulp-concat": "*",
"gulp-gzip": "*",
"gulp-kraken": "*",
"gulp-livereload": "*",
"gulp-minify-css": "*",
"gulp-order": "*",
"gulp-rename": "*",
"gulp-rev": "*",
"gulp-stylus": "*",
"gulp-uglify": "*",
"jade": "*",
"jadeify": "*",
"jquery": "*",
"moment": "*",
"morgan": "*",
"redis": "*",
"serve-favicon": "*",
"sharify": "*",
"stylus": "*",
"through": "*",
"uglify-js": "*",
"underscore": "*",
"vinyl-transform": "*"
},
"devDependencies": {
"benv": "*",
"html5": "*",
"jison": "*",
"mocha": "*",
"should": "*",
"sinon": "*",
"zombie": "*"
}
}