forked from softjourn-internship/code-interviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 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
{
"version": "0.0.0",
"private": true,
"name": "interview.code",
"repository": "https://github.com/softjourn-internship/code-interviewer",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat-css": "^2.2.0",
"gulp-connect": "^2.3.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uncss": "^1.0.4",
"http-server": "^0.6.1",
"jscs": "^0.0.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.1.0",
"protractor": "^2.1.0",
"shelljs": "^0.2.6",
"tmp": "0.0.23"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"pretest": "npm install"
}
}