-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 818 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 818 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
35
36
{
"name": "loadbuilder",
"version": "0.4.5",
"description": "Combine and compress dependency chains created by Loadrunner",
"contributors": [
{
"name": "Dan Webb",
"email": "dan@danwebb.net"
},
{
"name": "Kenneth Kufluk",
"email": "kenneth@kufluk.com"
}
],
"homepage": "https://github.com/danwrong/loadbuilder",
"directories": {
"lib": "./lib"
},
"main": "./lib/loadbuilder/builder",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"colors": ">=0.6.0-1",
"escodegen": "1.8.0",
"esprima": "2.7.2",
"glob": ">=3.1.12",
"jshint": ">=0.9.0",
"mkdirp": ">=0.3.4",
"opts": ">=1.2.2",
"uglify-js": "git://github.com/kennethkufluk/UglifyJS.git#loadbuilder"
},
"devDependencies": {
"expresso": ">=0.9.2"
}
}