-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 898 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
{
"name": "1-click-bom",
"description": "Parse and write 1-click-BOM data.",
"homepage": "http://1clickBOM.com",
"author": "Kaspar Emanuel",
"license": "MIT",
"version": "1.3.2",
"scripts": {
"test": "istanbul cover -x test/ --include-all-sources _mocha",
"format": "prettier --write src/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monostable/nodejs-1-click-bom.git"
},
"bugs": {
"url": "https://github.com/monostable/nodejs-1-click-bom/issues"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.0",
"chai": "^3.4.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"prettier": "^1.14.2"
},
"main": "src/main.js",
"dependencies": {
"electro-grammar": "https://github.com/kitspace/electro-grammar#dev2",
"s-expression": "^3.0.3",
"xlsx": "^0.12.6"
}
}