forked from jsdf/browserify-cache-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 Bytes
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
{
"name": "browserify-cache-api",
"version": "3.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint && tap test",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
"license": "MIT",
"homepage": "https://github.com/jsdf/browserify-cache-api",
"bugs": "https://github.com/jsdf/browserify-cache-api/issues",
"repository": {
"type": "git",
"url": "git://github.com/jsdf/browserify-cache-api.git"
},
"dependencies": {
"async": "^1.5.2",
"through2": "^2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "2.4.0",
"rimraf": "^2.5.2",
"tap": "^5.7.0"
}
}