-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 924 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
{
"name": "hrm-web",
"version": "0.0.7",
"description": "A collection of Human Resource Machine tools for the browser",
"main": "hrm-web.js",
"repository": {
"type": "git",
"url": "git://github.com/nrkn/hrm-web.git%22.git"
},
"keywords": [
"human",
"resouce",
"machine",
"hrm",
"web",
"browser"
],
"author": "Nik Coughlin <nrkn.com@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrkn/hrm-web.git%22/issues"
},
"homepage": "https://github.com/nrkn/hrm-web.git%22#readme",
"devDependencies": {
"grunt": "^0.4.5",
"babelify": "^6.1.0",
"grunt-browserify": "^3.8.0",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"hrm-cpu": "^0.2.3",
"hrm-draw": "^0.1.8",
"hrm-image-decoder": "^0.1.1",
"hrm-image-encoder": "^0.1.2",
"hrm-level-data": "^1.1.0",
"hrm-parser": "^0.2.2"
},
"scripts": {}
}