-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 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
{
"name": "aspa",
"description": "An opinionated, lightweight and simple to use web asset packager.",
"version": "0.4.7",
"author": "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
"keywords": [
"jade",
"less",
"css",
"stylesheets",
"coffee-script",
"coco",
"livescript",
"iced-coffee-script",
"scripts",
"assets",
"compiler",
"compressor",
"optimizer",
"packager",
"builder"
],
"repository": {
"type": "git",
"url": "https://github.com/icflorescu/aspa.git"
},
"engines": {
"node": ">=0.8"
},
"bin": {
"aspa": "./bin/aspa"
},
"dependencies": {
"commander": "~2.0.0",
"cli-color": "~0.2.3",
"js-yaml": "~2.1.3",
"rimraf": "~2.2.2",
"mkdirp": "~0.3.5",
"watchr": "~2.4.4",
"coffee-script": "~1.6.3",
"iced-coffee-script": "~1.6.3-g",
"coco": "~0.9.1",
"LiveScript": "~1.2.0",
"stylus": "~0.39.4",
"csso": "~1.3.9",
"uglify-js": "~2.4.3",
"nib": "~1.0.1",
"jade": "~0.35.0",
"less": "~1.5.0"
}
}