-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 843 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 843 Bytes
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
{
"name": "uaparser",
"description": "uaparser server",
"version": "1.0.0",
"engines": {
"node": "4.1.1"
},
"dependencies": {
"dateformat": "^3.0.2",
"express": "^4.14.0"
},
"scripts": {
"start": "nodemon --watch ./index.js"
},
"devDependencies": {
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"ejs": "^2.5.5",
"fs": "0.0.1-security",
"guid": "0.0.12",
"gulp": "^3.9.1",
"gulp-debug": "^3.0.0",
"gulp-inject": "^4.1.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-nodemon": "^2.2.1",
"jquery": "^3.1.1",
"jsdom": "^9.9.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mongodb": "^2.2.19",
"nodemon": "^1.12.5",
"shortid": "^2.2.6",
"ua-parser-js": "^0.7.17",
"underscore": "^1.8.3",
"wiredep": "^4.0.0"
}
}