-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 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
31
32
33
34
{
"name": "deps-patch",
"version": "0.2.0",
"description": "Allow to add dependencies not detected from code",
"main": "index.js",
"scripts": {
"test": "npm run lint && tap test/*.js",
"cov": "tap --cov test/*.js",
"lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
"coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm run cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reducejs/deps-patch.git"
},
"keywords": [
"browserify-plugin",
"reducejs",
"reduce-css"
],
"author": "zoubin",
"license": "MIT",
"bugs": {
"url": "https://github.com/reducejs/deps-patch/issues"
},
"homepage": "https://github.com/reducejs/deps-patch#readme",
"devDependencies": {
"del": "^2.2.0",
"eslint": "^2.1.0",
"reduce-css": "^6.0.0",
"reduce-js": "^10.0.1",
"tap": "^5.0.0"
}
}