forked from JustinWinthers/UserKinect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.11 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
43
44
45
46
47
48
49
50
{
"name": "UserKinect",
"version": "0.0.1",
"description": "Bring your users closer with UserKinect",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"express": "^4.9.8",
"form-data": "^0.1.4",
"body-parser": "^1.9.3",
"minify": "^1.0.13",
"request": "^2.46.0",
"jira": "^0.9.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"time-grunt": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-autoprefixer": "^2.0.0",
"grunt-concurrent": "^1.0.0",
"mocha": "*",
"chai": "*",
"load-grunt-tasks": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JustinWinthers/UserKinect.git"
},
"keywords": [
"jira",
"user",
"feedback",
"issue",
"collection",
"feedback",
"lean"
],
"author": "Justin Winthers",
"email": "justin@digitaladvisors.io",
"license": "MIT"
}