forked from vivin/enumjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 817 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": "node-enumjs",
"version": "1.0.2",
"description": "An implementation of type-safe enums in JavaScript (modeled after Java enums)",
"main": "dist/enum.min.js",
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"coveralls": "~2.11.4",
"grunt": "~0.4.5",
"grunt-qunit-istanbul": "~0.4.5",
"grunt-qunit-junit": "0.3.1",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-bg-shell": "~2.3.1",
"grunt-lib-phantomjs": "~0.7.1",
"grunt-coveralls": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/vivin/enumjs/"
},
"keywords": [
"enumjs",
"node-enumjs",
"enum",
"enums",
"enumeration",
"type-safety"
],
"author": "Vivin Paliath",
"license": "BSD-3-Clause"
}