-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 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
{
"name": "reswitch",
"version": "1.0.2",
"main": "./dist/reswitch.js",
"description": "A tiny library to write friendly reducers with less boilerplate.",
"scripts": {
"test": "NODE_ENV=test jest",
"build": "NODE_ENV=production webpack"
},
"author": "Guilherme Oderdenge",
"license": "MIT",
"repository": "https://github.com/chiefGui/reswitch",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^19.0.0",
"babel-loader": "^6.4.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"expect.js": "^0.3.1",
"jest": "^19.0.2",
"webpack": "^2.2.1"
}
}