-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
{
"name": "kiffel.net",
"version": "0.0.1",
"author": "gnomus <[email protected]>",
"description": "The Node Project for the kiffel.net Website",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Gnomus/kiffel.net-web"
},
"dependencies": {
"express": "latest",
"socket.io": "latest",
"ueberDB": "latest",
"moment": "latest",
"jade": "latest",
"cron": "latest",
"underscore": "latest",
"log4js": "latest"
},
"devDependencies": {
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-notify": "latest",
"time-grunt": "latest",
"jshint-stylish": "latest",
"grunt-yui-compressor": "latest"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}