-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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
{
"name": "spb-builder-scanner",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"demo": "node demo/index.js",
"build:lib": "rm -rf lib/* && babel src --out-dir lib --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zygeilit/spb-builder-scanner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zygeilit/spb-builder-scanner/issues"
},
"homepage": "https://github.com/zygeilit/spb-builder-scanner#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-core": "^6.26.0",
"babel-generator": "^6.26.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-proto-to-assign": "^6.9.0",
"babel-plugin-transform-react-display-name": "^6.3.13",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-airbnb": "^1.0.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"jsonpath-plus": "^0.16.0"
}
}