-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 883 Bytes
/
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
{
"name": "pandora-custom-trace",
"version": "1.0.4",
"description": "custom trace module for pandorajs",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git@github.com:lingxuan630/pandora-custom-trace.git"
},
"author": "lingxuan630",
"email": "lingxuan630@gmail.com",
"license": "MIT",
"dependencies": {
"dorapan": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-stage-0": "^6.24.1"
}
}