-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 KB
/
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
39
40
41
42
43
44
45
{
"name": "chrome-GitHub-compaito",
"author": "pokutuna <popopopopokutuna@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"package": "gulp package",
"test": "karma start --single-run",
"test-watch": "karma start",
"typings": "typings install"
},
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
"es6-promise": "^2.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.1.0",
"gulp-logger": "0.0.2",
"gulp-notify": "^2.2.0",
"gulp-pug": "^3.0.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^2.0.3",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jsdom-launcher": "^3.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sinon": "^1.0.5",
"mocha": "^2.5.3",
"mock-local-storage": "^1.0.2",
"path": "^0.12.7",
"sinon": "^1.17.5",
"tsify": "^0.16.0",
"typings": "^1.3.1",
"vinyl-named": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {}
}