-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 821 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
{
"scripts": {
"test": "mocha-webpack --webpack-config webpack.config-test.js \"test/**/*.test.js\"",
"start": "webpack-dev-server"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^5.2.0",
"mocha-webpack": "^0.7.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^3.1.14"
},
"name": "webassembly-js",
"description": "Webassembly and javascript performance comparison",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eliamaino/webassembly-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eliamaino/webassembly-js/issues"
},
"homepage": "https://github.com/eliamaino/webassembly-js#readme"
}