-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 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
{
"name": "css-assets",
"version": "0.1.0",
"description": "Helps build CSS files and referenced assets.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manojchandrashekar/css-assets.git"
},
"keywords": [
"css",
"assets",
"build",
"minify"
],
"author": "Manoj Chandrashekar <[email protected]> (http://manoj.ch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/manojchandrashekar/css-assets/issues"
},
"homepage": "https://github.com/manojchandrashekar/css-assets#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"dependencies": {
"cssp": "^1.0.6",
"fs-extra": "^2.0.0",
"regex-escape": "^3.4.4",
"resolve": "^1.3.2",
"traverse": "^0.6.6"
}
}