-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "diffy-update",
"version": "2.5.0",
"description": "Scripts to update object or array with a diff output",
"main": "update.js",
"scripts": {
"test": "edp test start --singleRun",
"doc": "esdoc -c esdoc.json",
"compile": "gulp",
"clean": "gulp clean",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/diffy-update.git"
},
"keywords": [
"update",
"immutable",
"utility"
],
"author": "otakustay",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomfe/diffy-update/issues"
},
"homepage": "https://github.com/ecomfe/diffy-update#readme",
"edp": {
"main": "update.js",
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js",
"dependencies": {}
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.4.5",
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"edp": "^1.1.1",
"edp-test": "^1.1.1",
"esdoc": "^0.4.4",
"esdoc-es7-plugin": "0.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4"
}
}