-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.36 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.36 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "wardleymaptool",
"version": "1.1.0",
"description": "A tool for creating Wardley Maps",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Krzysztof Daniel",
"email": "krzysztof.daniel@gmail.com",
"url": "http://www.openshift.com/"
},
"homepage": "http://wardleymaps.com",
"repository": {
"type": "git",
"url": "https://github.com/cdaniel/wardleymapstool"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"d3": "3.5.16",
"express": "4.13.4",
"jade": "^1.9.2",
"jsdom": "3.1.2",
"log4js": "^0.6.31",
"mongojs": "^2.1.0",
"underscore": "^1.8.2",
"xmldom": "0.1.19",
"cookie-parser": "~1.4.1",
"express-session": "~1.13.0",
"body-parser": "~1.15.0",
"multer": "~1.1.0",
"morgan": "~1.7.0",
"errorhandler": "~1.4.3",
"phantom": "~0.8.0",
"atob": "~2.0.0",
"temporary": "0.0.8",
"phantomjs": "~2.1.3",
"q": "~1.4.1",
"jsplumb": "2.0.6",
"glob": "~7.0.0",
"vinyl-source-stream": "~1.1.0",
"gulp-streamify": "~1.0.2",
"gulp-concat": "~2.6.0",
"dev": "~0.1.3",
"gulp-shell": "~0.5.1",
"gulp-util": "~3.0.7",
"gulp-jasmine2-phantomjs": "~0.2.0",
"gulp-livereload": "~3.8.1",
"gulp-cssmin": "~0.1.7",
"gulp": "~3.9.0",
"gulp-uglify": "~1.5.1",
"gulp-if": "~2.0.0",
"browserify": "~13.0.0",
"watchify": "~3.7.0",
"gulp-connect": "~3.1.0",
"reactify": "~1.1.1",
"gulp-notify": "~2.2.0",
"react-dom": "~0.14.4",
"react": "~0.14.7",
"jquery": "~2.2.0",
"keymirror": "~0.1.1",
"flux": "~2.1.1",
"object-assign": "~4.0.1",
"events": "~1.1.0",
"react-router": "~2.0.0-rc6",
"urllite": "~0.5.0",
"clipboard": "~1.5.5"
},
"optionalDependencies": {
"express-stormpath": "3.0.1",
"mailchimp-api": "^2.0.7",
"request": "^2.53.0"
},
"devDependencies": {
"mocha": "*",
"should": "8.2.2",
"sinon": "*",
"cucumber": "~0.9.4",
"zombie": "~2.5.1"
},
"main": "server/server.js",
"files": [
"client",
"server",
"Dockerfile",
"LICENSE",
"supervisord.conf"
],
"license": "Apache-2.0",
"scripts": {
"build": "gulp build",
"test": "mocha server-tests/tests_*",
"start": "node server/server.js"
},
"bin": "server/server.js"
}