forked from artfultom/whom-i-know
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 942 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
{
"name": "whom-i-know",
"private": true,
"version": "0.6.0",
"description": "Looks for common users of vk.com",
"repository": "",
"license": "MIT",
"devDependencies": {
"bower": "1.4.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "^0.3.11",
"http-server": "0.8.0",
"jasmine-core": "^2.3.0",
"karma": "^0.12.31",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5"
},
"scripts": {
"prestart": "npm install",
"postinstall": "bower install && gulp install",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"start": "http-server -a localhost -p 8000 -c-1",
"test": "karma start karma.conf.js"
}
}