-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.04 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.04 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
{
"name": "@webdesignio/floorman",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "ava",
"start": "scripts/start",
"prepublish": "scripts/build"
},
"ava": {
"source": [
"src/*.js"
],
"files": [
"src/*_test.js"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/webdesignio/floorman.git"
},
"bugs": {
"url": "https://github.com/webdesignio/floorman/issues"
},
"homepage": "https://github.com/webdesignio/floorman#readme",
"description": "",
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.1",
"sinon": "^1.17.4",
"standard": "^7.1.2",
"watch-run": "^1.2.4"
},
"peerDependencies": {
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"dependencies": {
"reselect": "^2.5.1",
"whatwg-fetch": "^1.0.0"
}
}