forked from tonyganch/gonzales-pe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 801 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
{
"name": "gonzales-pe",
"description": "Gonzales Preprocessor Edition (fast CSS parser)",
"version": "2.0.2",
"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": {
"test": "(make && mkdir -p log && node ./test/test.js) | tee ./log/test.log"
},
"devDependencies": {
"benchmark": "~1.0.0",
"microtime": "~0.3.3"
},
"engines": {
"node": ">=0.6.0"
}
}