-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "emit-timestamp-webpack-plugin",
"version": "0.3.1",
"description": "A Webpack plugin which properly emits a JSON file on the fly.",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register test/mocha.jsx",
"build": "babel src --out-dir dist",
"watch": "babel src -w --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenyr/emit-timestamp-webpack-plugin.git"
},
"keywords": [
"webpack",
"timestamp",
"plugin"
],
"author": "Zenyr",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/zenyr/emit-timestamp-webpack-plugin/issues"
},
"homepage": "https://github.com/zenyr/emit-timestamp-webpack-plugin#readme",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.7.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"mocha": "^2.4.5"
}
}