forked from samarpanda/ul-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 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
{
"name": "ul-test",
"version": "0.0.1",
"description": "UL image search google test",
"main": "index.js",
"scripts": {
"test": "gulp travis-test",
"start": "gulp"
},
"author": "Samar Panda <samar.panda84@gmail.com> (http://samarpanda.com)",
"license": "ISC",
"devDependencies": {
"babelify": "^6.2.0",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"karma-spec-reporter": "0.0.20",
"phantomjs": "^1.9.18",
"vinyl-source-stream": "^1.1.0"
}
}