-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.7 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
61
62
63
64
65
66
{
"name": "wilson",
"version": "4.14.2",
"description": "An application framework based on Nodejs and Angularjs designed to bring together all of the ingredients needed to create structured, dynamic, large-scale web apps.",
"main": "lib/server/wilson.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/hightail/wilson.git"
},
"keywords": [
"wilson",
"framework",
"angularjs",
"node",
"application",
"awesome"
],
"author": "Justin Fiedler, Hunter Novak, Dan Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/hightail/wilson/issues"
},
"homepage": "http://wilsonjs.org",
"dependencies": {
"async": "^3.2.5",
"dependable": "0.2.5",
"express": "4.18.2",
"glob": "7.0.0",
"hbs": "4.1.2",
"i18next": "^23.11.5",
"i18next-http-backend": "^2.5.2",
"i18next-http-middleware": "^3.6.0",
"lodash": "4.17.21",
"lz-string": "1.4.4",
"q": "1.4.1",
"sprintf-js": "1.0.3",
"strip-json-comments": "2.0.1",
"underscore.string": "3.3.4",
"winston": "^3.13.0",
"xmldom": "0.1.22",
"xpath": "0.0.22"
},
"devDependencies": {
"angular": "1.8.3",
"angular-route": "1.8.3",
"angular-mocks": "1.8.3",
"angular-local-storage": "0.5.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "2.0.0",
"jasmine-core": "2.4.1",
"jasmine-jquery": "2.1.1",
"javascript-state-machine": "2.3.5",
"jquery": "3.2.1",
"karma": "6.4.1",
"karma-jasmine": "0.3.8",
"karma-chrome-launcher": "3.1.1",
"karma-spec-reporter": "0.0.25",
"signals": "1.0.0"
}
}