-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 1.79 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "appstackr",
"description": "Enjoy Multiple Screens Live Reload and app building at the same time",
"version": "0.3.18",
"author": "Ben P.P. Tung",
"bin": {
"appstack": "./bin/appstack.js",
"appbuild": "./bin/appbuild.js",
"appwatch": "./bin/appwatch.js"
},
"bugs": {
"url": "https://github.com/benpptung/appstackr/issues"
},
"dependencies": {
"async": "^0.9.0",
"autoprefixer-core": "^5.2.0",
"babel-core": "^5.8.25",
"babelify": "^6.3.0",
"base-converter": "~1.1.2",
"browser-sync": "^2.26.7",
"browserify": "10.1.0",
"buffer-crc32": "~0.2.1",
"clean-css": "^3.3.1",
"colors": "^1.0.3",
"commander": "^2.7.1",
"debug": "^2.1.3",
"gaze": "^0.5.1",
"glob": "~3.2.8",
"less": "^2.5.1",
"minimatch": "^2.0.4",
"mkdirp": "~0.3.5",
"node-sass": "^4.13.0",
"node.extend": "~1.0.9",
"postcss": "^4.1.11",
"ractive": "^0.7.3",
"rimraf": "~2.2.6",
"stylus": "^0.51.1",
"through": "^2.3.6",
"transforms": "github:benpptung/transforms",
"uglify-js": "^2.4.23",
"util-asyncflow": "^0.2.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^2.2.5"
},
"directories": "./bin",
"engines": {
"node": "<= 4.9.1"
},
"homepage": "https://github.com/benpptung/appstackr",
"keywords": [
"assets",
"autoprefixer",
"browser-sync",
"browserify",
"build",
"bundle",
"cdn",
"css",
"javascript",
"less",
"minifier",
"packager",
"ractive",
"react",
"sass",
"stylus"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/benpptung/appstackr.git"
},
"scripts": {
"test": "mocha test"
},
"optionalDependencies": {
"fsevents": "1.2.7"
}
}