forked from alexkuz/redux-pagan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 KB
/
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
46
{
"name": "redux-pagan",
"version": "0.1.3",
"description": "redux binding for react-pagan internationalization module",
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib",
"start": "node server.js",
"lint": "eslint src",
"version": "npm run build && git add -A .",
"postversion": "git push",
"prepublish": "npm run build"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/alexkuz/redux-pagan.git"
},
"keywords": [
"redux",
"intl",
"i18n"
],
"author": "Alexander <[email protected]> (http://kuzya.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexkuz/redux-pagan/issues"
},
"homepage": "https://github.com/alexkuz/redux-pagan",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.10",
"babel-loader": "^5.1.2",
"babel-runtime": "^5.8.20",
"eslint": "^1.2.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-babel": "^2.1.1"
},
"dependencies": {
"lodash.memoize": "^3.0.4",
"intl-messageformat": "^1.1.0"
},
"peerDependencies": {
"intl-messageformat": "^1.1.0"
}
}