-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 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
{
"name": "jquery-builder",
"version": "0.7.0",
"author": "Greg Allen <@jgaui> (http://jga.me)",
"homepage": "http://projects.jga.me/jquery-builder/",
"repository": {
"type": "git",
"url": "https://github.com/jgallen23/jquery-builder.git"
},
"dependencies": {
"optimist": "~0.3.5",
"combinations": "0.1.0",
"async": "~0.2.4",
"request": "~2.16.2",
"bytesize": "~0.2.0"
},
"devDependencies": {
"mocha": "~1.9.0",
"grunt": "~0.4.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.3.1"
},
"main": "./lib/builder",
"scripts": {
"test": "mocha"
},
"bin": {
"jquery-builder": "./bin/builder.js"
}
}