forked from tonyganch/gonzales-pe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "3.4.4",
"homepage": "http://github.com/tonyganch/gonzales-pe",
"bugs": "http://github.com/tonyganch/gonzales-pe/issues",
"license": "MIT",
"author": {
"name": "Tony Ganch",
"email": "[email protected]",
"url": "http://tonyganch.com"
},
"main": "./lib/gonzales",
"repository": {
"type": "git",
"url": "http://github.com/tonyganch/gonzales-pe.git"
},
"scripts": {
"autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
"build": "bash ./scripts/build.sh",
"init": "bash ./scripts/init.sh",
"lint": "bash ./scripts/lint.sh",
"log": "bash ./scripts/log.sh",
"prepublish": "bash ./scripts/prepublish.sh",
"postpublish": "bash ./scripts/postpublish.sh",
"test": "bash ./scripts/test.sh",
"watch": "bash ./scripts/watch.sh"
},
"bin": {
"gonzales": "./bin/gonzales.js"
},
"dependencies": {
"minimist": "1.1.x"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"coffee-script": "~1.7.1",
"eslint": "^3.0.0",
"jscs": "2.1.0",
"jshint": "2.8.0",
"json-loader": "^0.5.3",
"mocha": "2.2.x",
"webpack": "^1.12.2",
"webpack-closure-compiler": "^2.0.2"
},
"engines": {
"node": ">=0.6.0"
}
}