-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
35 lines (35 loc) · 902 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
35
{
"name": "Remember",
"version": "0.1.0",
"description": "a simple tool to help remember things",
"author": "Wilber",
"license": "MIT",
"homepage": "https://github.com/WilberTian/Remember",
"repository": {
"type": "git",
"url": "https://github.com/WilberTian/Remember.git"
},
"dependencies": {
"gulp": "^3.9.0",
"gulp-cache": "^0.2.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.1.3",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-modify": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jshint": "^2.9.1",
"require-dir": "^0.3.0"
},
"devDependencies": {
"jasmine": "^2.3.2",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6"
}
}