-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "hiroshima",
"version": "2.4.6",
"description": "Opinionated routing library",
"main": "lib/index.js",
"scripts": {
"test": "eslint . && mocha",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]/goodybag/hiroshima"
},
"keywords": [
"router",
"routes",
"route",
"routing"
],
"author": "Tenor Biel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/goodybag/hiroshima/issues"
},
"homepage": "https://github.com/goodybag/hiroshima",
"devDependencies": {
"babel-core": "^6.3.21",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.1",
"expect": "^1.9.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-sourcemaps": "^1.5.2",
"mocha": "^2.3.2"
},
"dependencies": {
"babel-runtime": "^6.3.19",
"lodash": "^3.10.1"
}
}