-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 914 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": "Test_project",
"version": "0.0.2",
"description": "Taucraft test project",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"body-parser": "^1.11.0",
"connect-busboy": "^0.0.2",
"csv-streamify": "^1.0.0",
"express": "^4.11.2",
"fs": "^0.0.2",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "^0.2.2",
"nconf": "^0.7.1",
"jade": "^1.9.1",
"path": "^0.4.10",
"winston": "^0.8.3"
},
"devDependencies": {},
"scripts": {
"test": "nodeinit test"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexVvx/taucraft.git"
},
"author": "Vinober Alexander",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexVvx/taucraft/issues"
},
"homepage": "https://github.com/AlexVvx/taucraft"
}