-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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": "anyboxer",
"version": "0.4.11",
"description": "npm routeboxer",
"main": "index.js",
"scripts": {
"build": "babel --optional reactCompat src --out-dir lib",
"watch": "babel -w --optional reactCompat src --out-dir lib",
"watch-example": "webpack -w --colors --progress"
},
"repository": {
"type": "git",
"url": "https://github.com/AntOlenin/anyboxer.git"
},
"author": "olenin",
"license": "MIT",
"bugs": {
"url": "https://github.com/AntOlenin/anyboxer/issues"
},
"homepage": "https://github.com/AntOlenin/anyboxer",
"dependencies": {
"underscore": "^1.7.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.5.5",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.1.4",
"babel-runtime": "^5.5.5"
}
}