-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.27 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
{
"name": "Paw-ContentMD5DynamicValue",
"version": "1.0.0",
"main": "src/ContentMD5DynamicValue.js",
"license": "MIT",
"homepage": "https://github.com/dteoh/Paw-ContentMD5DynamicValue",
"repository": "git@github.com:dteoh/Paw-ContentMD5DynamicValue.git",
"dependencies": {
"babel-plugin-transform-flow-strip-types": "6.3.15",
"babel-polyfill": "6.3.14",
"babel-runtime": "6.3.19",
"base64-js": "^1.3.0"
},
"devDependencies": {
"babel-core": "6.4.0",
"babel-loader": "6.2.0",
"babel-plugin-rewire": "1.0.0-beta-3",
"babel-plugin-transform-decorators": "6.3.13",
"babel-plugin-transform-decorators-legacy": "1.3.2",
"babel-plugin-transform-runtime": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-preset-stage-1": "6.3.13",
"babel-preset-stage-2": "6.3.13",
"babel-preset-stage-3": "6.3.13",
"babel-register": "6.3.13",
"chai": "3.4.1",
"mocha": "2.3.4",
"path": "0.12.7",
"webpack": "1.12.9"
},
"scripts": {
"build": "rm -rf dist/ && BUILD_ENV=build ./node_modules/.bin/webpack --bail --display-error-details",
"test": "exit 0"
},
"options": {
"mocha": "./node_modules/.bin/mocha --require mocha --compilers js:babel-register --reporter spec"
}
}