-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 904 Bytes
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
{
"name": "killernotes",
"version": "0.4.0",
"description": "it's a killer app",
"main": "index.js",
"dependencies": {
"jscs": "^1.13.1",
"nedb": "^1.1.2",
"express": "^4.13.0",
"body-parser": "^1.13.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jule256/killernotes.git"
},
"keywords": [
"HSR CAS FEE",
"Project 01",
"killernotes"
],
"author": "Dominik Süsstrunk / Julian Mollik",
"license": "proprietary",
"bugs": {
"url": "https://github.com/jule256/killernotes#bugs"
},
"homepage": "https://github.com/jule256/killernotes#readme"
}