-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 990 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
{
"name": "reduce-cli",
"version": "0.2.1",
"description": "A command line wrapper for reduce-css and reduce-js",
"main": "index.js",
"bin": {
"reduce": "bin/reduce-cli.js"
},
"scripts": {
"test": "npm run lint && tap --cov test/*.js",
"lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
"coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoubin/reduce-cli.git"
},
"keywords": [
"browserify",
"cli"
],
"author": "zoubin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoubin/reduce-cli/issues"
},
"homepage": "https://github.com/zoubin/reduce-cli#readme",
"devDependencies": {
"del": "^2.1.0",
"eslint": "^1.10.1",
"gulp": "^3.9.0",
"tap": "^3.0.0"
},
"dependencies": {
"commander": "^2.9.0",
"mixy": "^1.0.0",
"reduce-css": "^3.0.0",
"reduce-css-postcss": "^2.0.0",
"reduce-js": "^5.0.0"
}
}