-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 973 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
38
39
40
41
42
43
44
45
{
"name": "fluxapp-router",
"version": "1.1.5",
"description": "A router for fluxApp",
"main": "lib/index.js",
"keywords": [
"isomorphic",
"flux",
"fluxapp",
"router"
],
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"author": {
"name": "Michal Kawalec <[email protected]>"
},
"contributors": [
"Jason Brumwell"
],
"repository" : {
"type" : "git",
"url" : "https://github.com/colonyamerican/fluxapp-router.git"
},
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.25"
},
"devDependencies": {
"chai": "^1.10.0",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.1",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-sinon-chai": "^0.2.0",
"karma-sourcemap-loader": "^0.3.0",
"karma-webpack": "^1.3.1",
"mocha": "^2.0.1",
"webpack": "^1.4.13"
},
"peerDependencies": {
"fluxapp": "^0.1.0"
}
}