-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 863 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
31
32
33
34
{
"name": "gear-lib",
"version": "0.9.2",
"description": "Collection of common Gear.js tasks",
"author": "Stephen Murphy <stephen@hypernaut.com>",
"keywords": ["gear", "task", "build"],
"repository": {"type": "git", "url": "http://github.com/yahoo/gear-lib.git"},
"bugs": {"url": "http://github.com/yahoo/gear-lib/issues"},
"main": "index",
"engines": {"node": ">=0.10.0"},
"scripts": {
"test": "mocha --require should"
},
"dependencies": {
"gear": ">= 0.8.x",
"jslint": "0.3.x",
"jshint": "2.5.x",
"uglify-js": "2.4.x",
"csslint": "0.10.x",
"less": "1.7.x",
"handlebars": "2.0.x",
"mime": "1.2.x",
"knox": "0.8.x",
"async": "0.8.x",
"glob": "3.2.x"
},
"devDependencies": {
"browserify": "*",
"should": "*",
"mocha": "*",
"mocha-istanbul": "*",
"istanbul": "*"
}
}