-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
{
"name": "reduce-web-component",
"version": "0.8.0",
"description": "Pack js and css files in web components",
"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=ITtjHpiGBbrH3qzwlx04quZyQhyjMXAIL npm run cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reducejs/reduce-web-component.git"
},
"keywords": [
"reduce",
"component",
"postcss",
"browserify",
"reduce-css",
"reduce-js"
],
"author": "zoubin",
"license": "MIT",
"engines": {
"node": ">=4.2.1"
},
"bugs": {
"url": "https://github.com/reducejs/reduce-web-component/issues"
},
"homepage": "https://github.com/reducejs/reduce-web-component#readme",
"dependencies": {
"deps-patch": "^0.2.0",
"multimatch": "^2.1.0",
"reduce-css": "^6.0.0",
"reduce-js": "^10.0.1",
"resolve": "^1.1.7",
"stream-combiner2": "^1.1.1"
},
"devDependencies": {
"clean-remains": "^0.1.0",
"compare-directory": "^1.0.1",
"custom-resolve": "^1.0.1",
"dedupify": "^0.1.0",
"del": "^2.2.0",
"eslint": "^2.1.0",
"gulp": "^3.9.0",
"node-promisify": "^1.2.0",
"tap": "^5.0.0",
"vinyl-buffer": "^1.0.0"
}
}