-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 917 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
{
"name": "browserify-loader",
"version": "0.5.2",
"description": "Another CommonJS Loader[ES6 support]",
"main": "example/bar.js",
"scripts": {
"test": "node test",
"build": "browserify -t 6to5ify src/main.js > browserify-loader.js && uglifyjs browserify-loader.js -o browserify-loader.min.js"
},
"repository": {
"type": "git",
"url": "git://github.com/island205/browserify-loader.git"
},
"keywords": [
"commonjs",
"module",
"loader",
"browserify"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/island205/browserify-loader/issues"
},
"homepage": "https://github.com/island205/browserify-loader",
"devDependencies": {
"6to5": "^2.12.6",
"6to5ify": "^3.1.2",
"coffee-script": "^1.7.1",
"react": "^0.12.1",
"react-tools": "^0.12.1",
"xhr": "^2.0.1",
"searequire": "^1.5.3"
}
}