-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
{
"name": "parcel-map",
"description": "gather asset information from file globs in package.json",
"version": "3.0.1",
"author": {
"name": "Rotunda Software",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/rotundasoftware/parcel-map.git"
},
"bugs": {
"url": "https://github.com/rotundasoftware/parcel-map/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rotundasoftware/parcel-map/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "tape test/*.js"
},
"devDependencies": {
"browserify": "^9.0.3",
"tape": "~2.4.2"
},
"keywords": [
"browserify",
"browserify-plugin",
"cartero",
"asset",
"asset manager",
"css",
"javascript",
"html"
],
"dependencies": {
"glob": "~3.2.8",
"mothership": "~0.1.0",
"nub": "~0.0.0",
"shallow-copy": "~0.0.1",
"shasum": "~1.0.0",
"through2": "^0.6.3",
"underscore": "~1.6.0"
}
}