-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.38 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "librarianowl",
"description": "Simple toolkit to generates Less, Sass/Scss & Stylus libraries defined through YAML.",
"version": "0.2.0",
"homepage": "https://github.com/owl-stars/node-librarianowl",
"author": {
"name": "franklin",
"email": "[email protected]",
"url": "http://wwww.owl-stars.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/owl-stars/node-librarianowl.git"
},
"bugs": {
"url": "https://github.com/owl-stars/node-librarianowl/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/owl-stars/node-librarianowl/blob/master/LICENSE-MIT"
}
],
"main": "lib/librarianowl",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test:travis"
},
"config": {
"blanket": {
"pattern": ["librarianowl/lib"]
}
},
"devDependencies": {
"chai": "~1.9",
"grunt-coffeelint": "0.0",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-coffee": "~0.10",
"grunt-mocha-cov": "~0.2",
"coffee-script": "~1.7",
"grunt-bumper": "~1.0",
"grunt": "~0.4"
},
"dependencies": {
"js-yaml": "~3.0",
"diveSync": "~0.2",
"fs-extra": "~0.8",
"handlebars": "~1.1",
"underscore": "~1.6",
"underscore.string": "~2.3"
},
"keywords": [
"owl-stars",
"stylus",
"less",
"sass",
"scss",
"node"
]
}