forked from rotundasoftware/cartero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.39 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
{
"name": "cartero",
"description": "Modular front end development for the masses. Built on npm and browserify.",
"version": "4.0.1",
"bin": {
"cartero": "bin/cmd.js"
},
"author": {
"name": "Rotunda Software",
"email": "support@rotundasoftware.com"
},
"repository": {
"type": "git",
"url": "git://github.com/rotundasoftware/cartero.git"
},
"bugs": {
"url": "https://github.com/rotundasoftware/cartero/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rotundasoftware/cartero/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "tape test/test.js"
},
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"asset",
"asset manager",
"css",
"javascript",
"browserify",
"commonjs"
],
"devDependencies": {
"tape": "~2.12.2"
},
"dependencies": {
"async": "~0.2.10",
"browserify": "^9.0.6",
"concat-stream": "~1.4.4",
"glob": "~3.2.8",
"globwatcher": "~1.3.0",
"inherits": "~2.0.1",
"minimist": "0.0.8",
"mkdirp": "~0.3.5",
"npmlog": "0.0.6",
"parcel-finder": "~0.2.3",
"parcelify": "~1.1.1",
"path-mapper": "~0.1.1",
"replace-string-transform": "~0.1.0",
"resolve": "~0.6.2",
"rimraf": "~2.2.6",
"stream-combiner": "0.0.4",
"through": "~2.3.4",
"through2": "~0.4.1",
"underscore": "~1.4.4",
"watchify": "~3.2.1"
}
}