-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 Bytes
/
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
{
"name": "mini_url",
"version": "1.0.0",
"description": "Shrink URL web app",
"main": "index.js",
"scripts": {
"start": "node ./app/app.js"
},
"author": "Luis Garcia Alanis",
"license": "MIT",
"dependencies": {
"angular": "^1.6.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^1.0.0-rc.1",
"boom": "^4.2.0",
"gulp": "^3.9.1",
"gutil": "^1.6.4",
"hapi": "^16.1.0",
"inert": "^4.1.0",
"mongodb": "^2.2.28",
"simple-node-logger": "^0.93.14"
},
"devDependencies": {
"watchify": "^3.9.0",
"stringify": "^5.1.0",
"chakram": "^1.5.0",
"chromedriver": "^2.27.2",
"gulp-jison": "^1.2.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"mocha": "^3.2.0",
"mocha-junit-reporter": "^1.13.0",
"selenium-webdriver": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}