forked from jordangarcia/nuclear-router
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
48
49
50
51
52
{
"name": "@optimizely/nuclear-router",
"version": "2.2.1",
"description": "NuclearJS Router",
"main": "dist/main.js",
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist --presets=es2015 --plugins=add-module-exports",
"test": "karma start karma.conf.js",
"watchtest": "karma start karma.conf.js --autoWatch=true --single-run=false",
"release": "release-it --no-npm.publish"
},
"repository": {
"type": "git",
"url": "https://github.com/optimizely/nuclear-router"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"nuclear"
],
"author": "Jordan Garcia",
"license": "MIT",
"bugs": {
"url": "https://github.com/optimizely/nuclear-router/issues"
},
"homepage": "https://github.com/optimizely/nuclear-router",
"dependencies": {
"expect": "^1.20.2",
"object-assign": "^3.0.0",
"path-to-regexp": "^1.2.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-debug": "^0.1.2",
"karma-sinon": "^1.0.4",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"release-it": "^7.6.2",
"sinon": "^1.17.7",
"webpack": "^1.10.1"
}
}