forked from intel/webml-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "webml-polyfill",
"version": "0.0.2",
"description": "WebML API polyfill",
"main": "dist/webml-polyfill.js",
"directories": {
"lib": "lib"
},
"scripts": {
"watch": "webpack --watch",
"start": "npm run build && http-server .",
"build": "webpack",
"build-wasm": "node build.js --build-wasm",
"test": "node test-ci.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intel/webml-polyfill.git"
},
"keywords": [],
"author": "[email protected]",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/intel/webml-polyfill/issues"
},
"homepage": "https://github.com/intel/webml-polyfill#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chromedriver": "^2.43.1",
"fast-csv": "^2.4.1",
"http-server": "^0.10.0",
"ndarray": "^1.0.18",
"ndarray-ops": "^1.2.2",
"ndarray-squeeze": "^1.0.2",
"selenium-webdriver": "^3.1.0",
"webpack": "^3.5.5",
"npmlog": "^4.1.2",
"globby": "^8.0.1",
"rimraf": "^2.6.2",
"@tensorflow/tfjs-core": "0.14.4"
},
"dependencies": {}
}