-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "inoutjs",
"title": "InOut.js",
"version": "0.1.4",
"homepage": "https://github.com/marxjmoura/inoutjs",
"author": "Marx JMoura",
"license": "MIT",
"main": "dist/inout",
"keywords": [
"javascript-library",
"read-write-file",
"input-output"
],
"bugs": {
"url": "https://github.com/marxjmoura/inoutjs/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/marxjmoura/inoutjs.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config .webpack.config.js",
"test": "cross-env NODE_ENV=test karma start .karma.config.js"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.2.0",
"cross-env": "^6.0.3",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^4.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}