-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.2 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
{
"name": "wilson",
"version": "1.1.13",
"description": "Modified Wilson framework, Web Framework for wslogistics.",
"main": "lib/server/wilson.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://wslogistics.io"
},
"keywords": [
"wilson",
"framework",
"angular",
"node",
"application",
"awesome"
],
"author": "Chris Wheeler, Hunter Novak",
"license": "MIT",
"bugs": {
"url": "https://github.com/wslogistics/web-framework/issues"
},
"homepage": "https://github.com/wslogistics/web-framework",
"dependencies": {
"async": "^0.9.0",
"dependable": "^0.2.5",
"express": "^4.8.0",
"glob": "^4.0.6",
"hbs": "2.7.0",
"i18next": "^1.7.4",
"lodash": "^2.4.1",
"lz-string": "^1.3.3",
"prerender-node": "1.2.0",
"q": "^1.0.1",
"q-io": "^1.11.5",
"strip-json-comments": "^1.0.1",
"underscore.string": "^2.3.3",
"winston": "^0.8.0",
"xmldom": "^0.1.19",
"xpath": "0.0.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0"
}
}