forked from Stono/workshop-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "workshop-kubernetes",
"description": "The starting template for the kubernetes workshop",
"version": "0.1.0",
"homepage": "https://github.com/Stono/workshop-kubernetes",
"author": {
"name": "Karl Stoney",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Stono/workshop-kubernetes.git"
},
"bugs": {
"url": "https://github.com/Stono/workshop-kubernetes/issues"
},
"main": "index.js",
"engines": {
"node": ">= 7.0.0"
},
"scripts": {
"assets": "./node_modules/grunt/bin/grunt assets",
"start": "DEBUG=ideaboard:* node index.js",
"test": "./node_modules/grunt/bin/grunt test",
"build": "./node_modules/grunt/bin/grunt assets"
},
"devDependencies": {
"deride": "1.1.0",
"grunt": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-istanbul": "5.0.2",
"grunt-mocha-test": "0.13.2",
"grunt-notify": "0.4.5",
"istanbul": "0.4.5",
"mocha": "3.3.0",
"mocha-jenkins-reporter": "0.3.8",
"should": "11.2.1"
},
"keywords": [],
"license": "UNLICENSED",
"dependencies": {
"async": "2.3.0",
"body-parser": "1.17.1",
"colors": "1.1.2",
"cookie-parser": "1.4.3",
"debug": "2.6.6",
"express": "4.15.2",
"ioredis": "2.5.0",
"lodash": "4.17.4",
"node-crypt": "0.1.3",
"pug": "2.0.0-beta11",
"socket.io": "1.7.3"
}
}