-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.21 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
46
47
48
49
50
51
52
{
"name": "docgaga-crx",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "mocha ./test/**/*"
},
"repository": {
"type": "git",
"url": "git@localhost:~/repos/docgaga/docgaga-crx.git"
},
"author": "WayChan",
"license": "ISC",
"devDependencies": {
"browserify": "^14.3.0",
"chai": "^3.5.0",
"concat-stream": "^1.6.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cli": "^1.3.0",
"gulp-minify": "0.0.15",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"mocha": "^3.2.0",
"node-sass": "^4.5.2",
"nodemailer": "^4.1.0",
"pump": "^1.0.2",
"sinon": "^2.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"base-64": "^0.1.0",
"html-entities": "^1.2.1",
"immutable": "^3.8.1",
"immutablediff": "^0.4.4",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"lodash.debounce": "^4.0.8",
"material-icons": "^0.1.0",
"rxjs": "^5.4.3",
"utf8": "^2.1.2"
}
}