-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 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
36
37
38
{
"name": "compel",
"version": "0.0.0",
"description": "A reactive programming framework in JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"compel": "bin/compel.js"
},
"author": "John Wright <johngeorge.wright@gmail.com>",
"license": "MIT",
"dependencies": {
"cheerio": "^0.18.0",
"commander": "^2.7.1",
"fs-extra": "^0.17.0",
"html-minifier": "^0.7.0",
"require-dir": "^0.3.0",
"walk": "^2.3.9"
},
"repository": {
"type": "git",
"url": "git://github.com/johngeorgewright/compel"
},
"devDependencies": {
"babel": "^4.1.1",
"babelify": "^5.0.3",
"globule": "git+https://github.com/MyMedsAndMe/node-globule.git#lodash-upgrade",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0",
"uglify": "^0.1.1"
}
}