forked from atesgoral/hrm-solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
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": "human-resource-machine-solutions",
"version": "0.0.0",
"description": "Human Resource Machine solutions and size/speed hacks",
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.1",
"deep-equal": "^1.0.1",
"del": "^2.1.0",
"extend": "^3.0.0",
"gulp": "~3.9.0",
"gulp-data": "^1.2.0",
"gulp-file": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-load-plugins": "^1.0.0",
"gulp-reduce-file": "0.0.1",
"gulp-rename": "^1.2.2",
"gulp-tap": "^0.1.3",
"gulp-template": "^3.1.0",
"gulp-wrap": "^0.11.0",
"hrm-cpu": "^0.2.3",
"hrm-level-data": "^1.1.2",
"hrm-level-inbox-generator": "0.0.4",
"hrm-level-outbox-generator": "0.0.2",
"hrm-parser": "^0.2.2",
"js-yaml": "^3.4.3",
"marked": "^0.3.5",
"md5": "^2.0.0"
},
"scripts": {
"test": "gulp",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git://github.com/atesgoral/human-resource-machine-solutions.git"
},
"keywords": [
"hrm"
],
"license": "MIT"
}