-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.16 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "openboard",
"version": "0.0.0",
"description": "",
"author": "Edward Knowles <[email protected]>",
"private": true,
"repository": {
"url": "https://github.com/Stunjelly/openboard.git",
"type": "git"
},
"scripts": {
"start": "node start.js",
"test": "NODE_ENV=test mocha -R spec --recursive"
},
"jscsConfig": {
"preset": "airbnb"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "~1.0.0",
"dotenv": "^1.2.0",
"errorhandler": "~1.0.0",
"express": "4.1.1",
"express-ntlm": "^2.1.4",
"lodash": "~2.4.1",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"mysql": "^2.9.0",
"sequelize": "^3.9.0",
"sequelize-cli": "^1.9.1",
"sequelize-json": "^0.1.1",
"socket.io": "^1.3.6"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-http": "^1.0.0",
"grunt": "~0.4.2",
"grunt-angular-templates": "~0.5",
"grunt-autoprefixer": "~0.4.2",
"grunt-bower-install": "~0.7.0",
"grunt-bowercopy": "~0.4.1",
"grunt-browser-output": "0.1.0",
"grunt-concurrent": "~0.4.2",
"grunt-connect-proxy": "~0.2.0",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-connect": "~0.6",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-cssmin": "~0.7",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "~0.8",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.6",
"grunt-dom-munger": "~3.4",
"grunt-karma": "~0.8.3",
"grunt-modernizr": "~0.4.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~0.3.0",
"grunt-sync": "~0.0.5",
"grunt-usemin": "~2.0.2",
"jshint-stylish": "^2.0.1",
"karma": "~0.12.6",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.1.0",
"karma-mocha-reporter": "~0.2.5",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.2",
"time-grunt": "0.2.3"
},
"engines": {
"node": ">=0.8.15"
}
}