-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
51
52
53
54
55
56
57
{
"name": "creative",
"title": "KPSMART App",
"description": "SWEN301 Group Assignment, 2016",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha -r mocha-cakes",
"start": "rm -r -f ./database/test.db && node app.js",
"start-win": "del database\\test.db && node app.js"
},
"version": "0.0.1",
"author": "Team 9, 2016",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^2.5.3",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"sinon": "^1.17.4",
"supertest": "^1.2.0"
},
"dependencies": {
"assert": "^1.3.0",
"body-parser": "~1.15.0",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"cookie-parser": "~1.4.1",
"deasync": "^0.1.7",
"express": "^4.13.4",
"express-session": "~1.13.0",
"fs": "0.0.2",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"mocha": "^2.4.5",
"mocha-cakes": "^0.9.0",
"nunjucks": "~2.2.0",
"nunjucks-date": "~1.2.0",
"request": "^2.72.0",
"selectize": "^0.12.1",
"sqlite3": "^3.1.3",
"validate-js": "^2.0.1",
"xml2js": "^0.4.16"
},
"template": {
"author": "Paper Dashboard",
"license": {
"type": "Personal License",
"url": "http://www.creative-tim.com/license"
},
"homepage": "http://www.creative-tim.com/product/paper-dashboard"
},
"repository": {
"type": "git",
"url": "https://github.com/SWEN301-Group-Project/Group-Project.git"
}
}