-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "spa",
"version": "0.1.1",
"description": "SPA Performance Analyzer",
"dependencies": {
"body-parser": "^1.15.0",
"bootbox": "",
"bootstrap": "",
"bootstrap-list-filter": "^0.2.3",
"bootstrap-menu": "^1.0.11",
"c3": "",
"clipboard": "^1.5.10",
"datatables.net": "",
"datatables.net-bs": "",
"datatables.net-buttons": "",
"datatables.net-buttons-bs": "",
"datatables.net-select": "",
"datatables.net-select-bs": "",
"dateformat": "^1.0.12",
"entities": "^1.1.1",
"express": "",
"express-handlebars": "",
"font-awesome": "^4.6.1",
"gridfs-stream": "^1.1.1",
"handlebars": "",
"highlightjs": "^8.7.0",
"htmlparser2": "",
"jquery": "",
"mongodb": "",
"morgan": "^1.7.0",
"multer": "",
"yargs": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node spa.js"
},
"author": "Paweł Pałucha",
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/ppalucha/spa.git"
}
}