-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.21 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
{
"name": "cssowl",
"description": "Cssowl is Owl-Stars mixins library with support for LESS, SASS/SCSS & Stylus.",
"version": "1.3.1",
"homepage": "http://cssowl.owl-stars.com/",
"author": {
"name": "franklin",
"email": "[email protected]",
"url": "http://wwww.owl-stars.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/owl-stars/cssowl.git"
},
"bugs": {
"url": "https://github.com/owl-stars/cssowl/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/owl-stars/cssowl/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.coffee",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "~1.9",
"librarianowl": "~0.2",
"grunt-coffeelint": "~0.0",
"grunt-contrib-sass": "~0.7",
"grunt-contrib-less": "~0.10",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-stylus": "~0.13",
"grunt-contrib-csslint": "~0.2",
"grunt-mocha-cov": "~0.2",
"coffee-script": "~1.7",
"grunt-bumper": "~1.0",
"grunt": "~0.4"
},
"keywords": [
"owl-stars",
"spriteowl",
"stylus",
"less",
"sass",
"scss",
"css"
]
}