-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
{
"name": "strichliste-web",
"version": "1.7.2",
"description": "web frontend for the strichliste app",
"main": "devServer.js",
"scripts": {
"test": "./node_modules/.bin/mocha tests"
},
"repository": {
"type": "git",
"url": "git://github.com/hackerspace-bootstrap/strichliste-web.git"
},
"keywords": [
"checlist",
"strichliste",
"web",
"SPA",
"frontend"
],
"author": "Hackerspace Bootstrap <[email protected]>",
"contributors": [
"Manuel Ernst <[email protected]>",
"Christopher Schirner <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hackerspace-bootstrap/strichliste-web/issues"
},
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.9.1",
"gulp-bower": "0.0.7",
"gulp-browserify": "^0.5.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-if": "^1.2.5",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "*",
"merge-stream": "^0.1.6",
"mocha": "^2.0.1",
"morgan": "^1.5.0",
"run-sequence": "^1.0.1",
"sinon": "^1.11.1"
},
"dependencies": {
"express": "^5.0.0-alpha.1",
"figlet": "^1.1.0",
"gulp-html2js": "^0.4.2",
"moment": "^2.8.3",
"moment-timezone": "^0.2.5",
"ms": "^2.1.1",
"yargs": "^1.3.3"
}
}