-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 884 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
31
32
33
34
35
{
"name": "mtconnect-js",
"version": "1.0.0",
"description": "mtconnect tools for javascript",
"main": "dist/bundle.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmcoltrane/MTConnect-JS.git"
},
"keywords": [
"mtconnect"
],
"author": "pmcoltrane",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pmcoltrane/MTConnect-JS/issues"
},
"homepage": "https://github.com/pmcoltrane/MTConnect-JS#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^3.10.0"
}
}