-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
38
39
40
41
42
{
"name": "esri-legacy-utils",
"version": "0.0.1",
"description": "",
"main": "es5/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-es5": "babel src --out-dir es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsc-open/esri-legacy-utils.git"
},
"keywords": [
"esri",
"legacy",
"utils",
"helpers",
"class"
],
"author": "ygjack414@hotmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsc-open/esri-legacy-utils/issues"
},
"homepage": "https://github.com/nsc-open/esri-legacy-utils#readme",
"dependencies": {
"esri-module-loader": "^1.0.0",
"eventemitter3": "^3.1.0",
"lodash.differenceby": "^4.8.0",
"lodash.differencewith": "^4.5.0",
"lodash.intersectionwith": "^4.4.0",
"shortid": "^2.2.13"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
}
}