-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 929 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
{
"name": "browserify",
"version": "0.0.1",
"private": true,
"devDependencies": {
"grunt": "~0.4.1",
"bower": "~0.9.2",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2",
"connect-livereload": "~0.2.0",
"moment": "~2.0.0",
"debowerify": "~0.1.8",
"grunt-browserify": "~1.2.4",
"jade": "~0.35.0",
"disc": "~0.3.2",
"jadify2": "git://github.com/OliverJAsh/node-jadeify2.git#0.0.4",
"browserify-shim": "~2.0.8",
"coffeeify": "~0.5.1",
"deamdify": "~0.1.1",
"brfs": "0.0.8",
"grunt-contrib-uglify": "~0.2.4",
"markdown-js": "0.0.3",
"underscore": "~1.5.2",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"highlight.js": "~7.3.0",
"grunt-contrib-concat": "~0.3.0"
},
"engines": {
"node": ">=0.8.0"
}
}