-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 975 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": "importless",
"description": "Find stylesheet files (css and less) and strip away the @imported ones",
"version": "0.1.4",
"homepage": "https://github.com/excellenteasy/importless",
"author": {
"name": "David Pfahler",
"email": "[email protected]",
"url": "http://excellenteasy.com"
},
"repository": {
"type": "git",
"url": "[email protected]:excellenteasy/importless.git"
},
"bugs": {
"url": "https://github.com/excellenteasy/importless/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/excellenteasy/importless/blob/master/LICENSE-MIT"
}
],
"main": "lib/importless",
"scripts": {
"test": "grunt test",
"prepublish": "coffee -o lib/ -c src/"
},
"dependencies": {
"less": "latest",
"glob-whatev": "latest",
"coffee-script": "~1.4.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.1"
},
"keywords": []
}