-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
43 lines (43 loc) · 1018 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
40
41
42
43
{
"name": "absurd",
"version": "0.3.8",
"homepage": "http://absurdjs.com/",
"description": "JavaScript library with superpowers - http://absurdjs.com/",
"main": "./index.js",
"browser": "./client-side/build/absurd.min.js",
"author": {
"name": "Krasimir Tsonev",
"email": "[email protected]",
"url": "http://krasimirtsonev.com"
},
"license": "MIT",
"dependencies": {
"optimist": "0.6.1",
"colors": "0.6.2",
"gaze": "1.1.0",
"glob": "5.0.15",
"js-yaml": "^3.10.0",
"js-beautify": "1.4.2"
},
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-uglify": "0.3.2",
"jasmine-node": "1.13.1"
},
"keywords": [
"css",
"preprocessor"
],
"repository": {
"type": "git",
"url": "https://github.com/krasimir/absurd.git"
},
"bin": {
"absurd": "./index.js"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node ./tests"
}
}