-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "rc-app-builder",
"version": "1.2.3",
"description": "Node.js library to build a JS app into a single HTML file using browserify and clean-css.",
"main": "index.js",
"bin": "./bin/rc-app-builder.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cinema6/app-builder.git"
},
"keywords": [
"browserify",
"clean-css",
"build"
],
"author": "Reelcontent, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/cinema6/app-builder/issues"
},
"homepage": "https://github.com/cinema6/app-builder#readme",
"devDependencies": {
"bluebird": "^3.1.1",
"cheerio": "^0.19.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"jasmine": "^2.4.1",
"proxyquire": "^1.7.3",
"stream-to-promise": "^1.1.0"
},
"dependencies": {
"browserify": "^12.0.1",
"clean-css": "^3.4.8",
"combined-stream2": "^1.1.1",
"commander": "^2.9.0",
"ensure-posix-path": "^1.0.1",
"fs-extra": "^0.26.4",
"lodash": "^3.10.1",
"pump": "^1.0.1",
"replacestream": "^4.0.0",
"resolve": "^1.1.6",
"through2": "^2.0.0",
"trumpet": "^1.7.2",
"uglify-js": "^2.6.1"
}
}