-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
59 lines (59 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
52
53
54
55
56
57
58
59
{
"name": "cartero",
"description": "Modular front end development for the masses. Built on npm and browserify.",
"version": "7.1.0",
"bin": {
"cartero": "bin/cmd.js"
},
"author": {
"name": "Rotunda Software",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/rotundasoftware/cartero.git"
},
"bugs": {
"url": "https://github.com/rotundasoftware/cartero/issues"
},
"license": "MIT",
"scripts": {
"test": "tape test/test.js"
},
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"asset",
"asset manager",
"css",
"javascript",
"browserify",
"commonjs"
],
"devDependencies": {
"tape": "^4.2.0"
},
"dependencies": {
"async": "^1.4.0",
"browserify": "^11.0.1",
"concat-stream": "^1.4.4",
"factor-bundle": "^2.5.0",
"glob": "^5.0.14",
"globwatcher": "^1.3.0",
"inherits": "^2.0.1",
"minimist": "1.1.3",
"mkdirp": "^0.5.1",
"npmlog": "1.2.1",
"parcel-finder": "^0.2.3",
"parcelify": "^2.1.0",
"replace-string-transform": "^0.1.0",
"resolve": "^1.1.6",
"rimraf": "^2.2.6",
"stream-combiner": "^0.2.2",
"through": "^2.3.4",
"through2": "^2.0.0",
"underscore": "^1.4.4",
"watchify": "^3.2.3"
}
}