-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
46
47
48
49
50
51
52
53
{
"name": "xmr",
"version": "1.0.0",
"description": "Exam study tool",
"private": true,
"main": "backend.js",
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-filter": "^0.5.8",
"angular-material": "^0.11.2",
"angular-route": "^1.4.7",
"angular-ui-router": "^0.3.0",
"bluebird": "^3.0.5",
"body-parser": "^1.14.0",
"bootstrap": "^3.3.6",
"cookie-parser": "^1.4.0",
"es5-shim": "^4.1.15",
"es6-shim": "^0.28.1",
"express": "^4.13.3",
"helmet": "^1.3.0",
"jayson": "^1.2.1",
"jquery": "^2.1.4",
"karma-es6-shim": "^0.1.3",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"msgpack5": "^3.1.0",
"path": "^0.12.7",
"sequelize": "^3.9.0",
"sequelize-cli": "^2.1.0",
"serve-favicon": "^2.3.0",
"slug": "^0.9.1",
"sqlite3": "^3.1.1"
},
"devDependencies": {
"browser-sync": "^2.9.12",
"console-stamp": "^0.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"karma": "^0.13.15",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.20"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bengt Ericsson",
"license": "SEE LICENSE IN LICENSE"
}