-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 806 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 806 Bytes
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
{
"name": "wirecloud-config-parser",
"version": "0.2.6",
"description": "Parser for WireCloud's components config file",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./src/ConfigParser",
"author": "Braulio Grana <bgrana@conwet.com>",
"repository": {
"type": "git",
"url": "https://github.com/Wirecloud/node-wirecloud-config-parser.git"
},
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.2",
"mocha": "^9.1.3",
"sinon": "^1.17.3"
},
"dependencies": {
"libxmljs2": "^0.32.0",
"sync-request": "^3.0.0"
}
}