-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 967 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
35
36
37
38
39
40
41
42
{
"name": "hrm-grammar",
"version": "3.1.0",
"description": "pegjs grammar for Human Resource Machine programs",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape test/*.js"
},
"files": [
"grammars/",
"build/",
"lib/",
"test/",
"Gruntfile.js",
"LICENSE",
"README.md",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sixlettervariables/hrm-grammar.git"
},
"keywords": [
"hrm",
"grammar",
"pegjs"
],
"author": "Christopher A. Watford <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sixlettervariables/hrm-grammar/issues"
},
"homepage": "https://github.com/sixlettervariables/hrm-grammar#readme",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-peg": "^2.0.0",
"hrm-level-data": "^1.1.0",
"pegjs": "^0.9.0",
"tape": "^5.3.0"
}
}