-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 859 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
34
{
"name": "hocon-parser",
"version": "1.0.1",
"description": "This is a very basic [Hocon](https://github.com/typesafehub/config/blob/master/HOCON.md) parser written in JavaScript.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"release": "grunt release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yellowblood/hocon-js.git"
},
"author": {
"name": "Maor Rosenfeld"
},
"contributors": [{
"name": "Maor Rosenfeld"
}, {
"name": "Gilly Barr"
}],
"license": "ISC",
"bugs": {
"url": "https://github.com/yellowblood/hocon-js/issues"
},
"homepage": "https://github.com/yellowblood/hocon-js#readme",
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-qunit": "1.3.0",
"grunt-contrib-uglify": "2.2.0",
"grunt-umd": "2.4.0"
}
}