forked from atom/less-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 986 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 986 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "less-cache",
"version": "0.22.0",
"description": "Less compile cache",
"main": "./lib/less-cache",
"scripts": {
"prepublish": "grunt clean lint coffee",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/less-cache.git"
},
"bugs": {
"url": "https://github.com/atom/less-cache/issues"
},
"homepage": "http://atom.github.io/less-cache",
"keywords": [
"less",
"less.js",
"cache"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/atom/less-cache/raw/master/LICENSE.md"
}
],
"dependencies": {
"fs-plus": "2.x",
"less": "^2.5.0",
"underscore-plus": "1.x",
"walkdir": "0.0.7"
},
"devDependencies": {
"jasmine-focused": "1.x",
"tmp": "0.0.21",
"fstream": "~0.1.24",
"grunt-contrib-coffee": "~0.9.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-shell": "~0.3.1",
"grunt-coffeelint": "0.0.7"
}
}