forked from derbyjs/racer-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 Bytes
/
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
{
"name": "k-bundle",
"version": "1.0.0",
"description": "Create Browserify package for a Racer or Derby app",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha && ./node_modules/.bin/jshint *.js test/*.js"
},
"author": "Nate Smith",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kantele/k-bundle.git"
},
"bugs": {
"url": "https://github.com/kantele/k-bundle/issues"
},
"bugs": {
"url": "https://github.com/derbyjs/racer-bundle/issues"
},
"dependencies": {
"anymatch": "^1.3.0",
"browserify": "*",
"convert-source-map": "*",
"uglify-es": "*",
"watchify": "*"
},
"devDependencies": {
"expect.js": "~0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"homepage": "https://github.com/derbyjs/racer-bundle#readme",
"directories": {
"test": "test"
}
}