-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "jetfuel",
"version": "1.2.0",
"title": "JetFuel",
"description": "JetFuel for front-end development framework.",
"homepage": "http://peteromano.github.com/jetfuel/",
"keywords": ["jetfuel"],
"author": {
"name": "Pete Romano",
"email": "[email protected]",
"url": "http://peteromano.net"
},
"repository": {
"type": "git",
"url": "https://github.com/peteromano/jetfuel"
},
"bugs": {
"url": "https://github.com/peteromano/jetfuel/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
},
"main": "./lib/jetfuel",
"man": "./man/jetfuel.1",
"bin": {
"jetfuel": "./bin/jetfuel"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"man": "./man",
"test": "./test"
},
"scripts": {
"test": "npm up && mocha ./test/jetfuel.js -R list"
},
"preferGlobal": true,
"dependencies": {
"grunt": "~0.3.12",
"jamjs": "~0.2.11",
"colors": "~0.6.0-1",
"fs-extra": "~0.2.1",
"jetfuel-blackbox": "~2.2.0",
"jetfuel-grunt-tasks": "~1.3.0"
}
}