-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 907 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
{
"name": "jsxlate-loader",
"version": "0.3.2",
"description": "Webpack loader for jsxlate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jsxlate",
"react",
"i18n",
"internationalization",
"l10n",
"webpack"
],
"dependencies": {
},
"devDependencies": {
"babel": "5.6.14",
"babel-core": "5.6.19",
"babel-runtime": "^5.6.19",
"babel-loader": "^5.1.4",
"json-loader": "^0.5.2",
"react-hot-loader": "^1.2.7",
"react-intl": "^1.2.0",
"webpack": "^1.9.5",
"webpack-dev-server": "^1.9.0"
},
"peerDependencies": {
"jsxlate": "^0.3.0"
},
"author": "Eric O'Connell <eric.oconnell@idealist.org>",
"license": "BSD",
"repository": {
"type": "git",
"url": "http://github.com/drd/jsxlate-loader.git"
},
"homepage": "http://github.com/drd/jsxlate"
}