-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 903 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
{
"name": "alt-mutators",
"version": "1.0.0",
"description": "Mutators for alt with a familiar API.",
"main": "lib",
"scripts": {
"build": "npm run transpile",
"lint": "eslint src",
"prepublish": "npm run lint && npm run build",
"transpile": "babel src/ --out-dir lib"
},
"keywords": [
"alt",
"async",
"api",
"mutators",
"write",
"flux",
"react",
"fetch"
],
"repository": {
"type": "git",
"url": "https://github.com/mull/alt-mutators.git"
},
"author": "Emil Ahlbäck <e.ahlback@gmail.com>",
"license": "ISC",
"peerDependencies": {
"alt-utils": "~1"
},
"devDependencies": {
"alt": "0.18.x",
"babel": "5.6.14",
"babel-core": "5.6.15",
"babel-eslint": "3.1.18",
"babel-loader": "^5.1.4",
"babelify": "6.1.2",
"eslint": "^0.24.0",
"istanbul": "^0.3.14",
"webpack": "^1.9.12"
}
}