-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 Bytes
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
{
"name": "gear",
"version": "0.9.7",
"description": "Gear.js - Build System for Node.js and the Browser",
"author": "Stephen Murphy <stephen@hypernaut.com>",
"keywords": ["task", "build"],
"homepage": "http://yahoo.github.com/gear/",
"repository": {"type": "git", "url": "http://github.com/yahoo/gear.git"},
"bugs": {"url": "http://github.com/yahoo/gear/issues"},
"main": "index",
"bin": "./bin/gear.js",
"engines": {"node": ">=0.10.0"},
"scripts": {
"test": "mocha --require should"
},
"dependencies": {
"async": "0.8.x",
"mkdirp": "0.5.x",
"liftoff": "2.0.x",
"minimist": "0.1.x"
},
"devDependencies": {
"browserify": "*",
"should": "*",
"mocha": "*",
"mocha-istanbul": "*",
"istanbul": "*",
"gear-lib": ">= 0.9.x"
}
}