-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.37 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.37 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
{
"name": "design-patterns",
"version": "1.0.0",
"description": "Examples of GoF design patterns adpated for Node.js",
"main": "main",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"design",
"patterns",
"factory",
"revealing",
"constructor",
"proxy",
"decorator",
"adapter",
"strategy",
"state",
"template",
"middleware",
"command"
],
"author": "William F Brinkert",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cli-color": "^1.2.0",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"http": "0.0.0",
"ini": "^1.3.5",
"json-over-tcp": "^0.3.2",
"jwt-simple": "^0.5.1",
"level": "^2.0.1",
"level-sublevel": "^6.6.1",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0",
"node-uuid": "^1.4.8",
"object-path": "^0.11.4",
"parse-fn-args": "0.0.2",
"pify": "^3.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"request": "^2.83.0",
"stampit": "^4.0.2",
"url": "^0.11.0",
"webpack": "^3.10.0",
"zmq": "^2.15.3"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}