-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mml-js-translator",
"description": "Content translation module for .properties files with Webpack",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/nlsfi/mml-js-translator/"
},
"files": [
"index.js",
"dist"
],
"license": "MIT",
"scripts": {
"build": "babel --plugins transform-es2015-modules-umd src/Translator --out-dir ./dist",
"prepublish": "npm run build",
"test": "cross-env NODE_ENV=test karma start --single-run",
"test-watch": "cross-env NODE_ENV=test karma start"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^4.1.6",
"babel-preset-stage-0": "^6.3.13",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"eslint": "^2.10.2",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2",
"karma": "^1.4.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.8.0",
"phantomjs-prebuilt": "^2.1.13",
"properties-loader": "0.0.1",
"webpack": "^1.12.9",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-runtime": "^6.18.0",
"colors": "^1.1.2",
"cross-env": "^3.1.3",
"eslint": "^2.13.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-babel": "^3.3.0"
},
"dependencies": {
"lodash": "latest"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}