-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 996 Bytes
/
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
{
"name": "broccoli-appcache",
"version": "0.1.5",
"author": {
"name": "Yun Lai",
"email": "[email protected]"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"main": "index.js",
"files": [
"test",
"index.js",
"README.md",
"LICENSE",
"package.json"
],
"license" : "MIT",
"dependencies": {
"walk": "~2.3.3",
"broccoli-writer": "~0.1.1",
"rsvp": "~3.0.9",
"uuid": "~1.4.1",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "1.20.1",
"chai": "~1.9.1",
"broccoli": "0.12.3",
"broccoli-select": "^0.1.0",
"broccoli-merge-trees": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/lyonlai/broccoli-appcache",
"dist": "git://github.com/lyonlai/broccoli-appcache"
},
"bugs": {
"url": "https://github.com/lyonlai/broccoli-appcache/issues"
},
"keywords": [
"application cache",
"appcache",
"offline",
"html5",
"broccoli"
]
}