-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 893 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
36
{
"name": "diccal",
"version": "0.1.0",
"description": "This chrome extention. display calibration tool.",
"main": "gulpfile.js",
"scripts": {
"test": "testem ci",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://yajamon@github.com/yajamon/diccal.git"
},
"author": "yajamon <yajamon.tatsuki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yajamon/diccal/issues"
},
"homepage": "https://github.com/yajamon/diccal",
"devDependencies": {
"dtsm": "^0.11.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-typescript": "^2.6.0",
"gulp-wrap": "^0.11.0",
"handlebars": "^4.0.3",
"testem": "^0.8.0-0",
"typescript": "^1.5.0-alpha"
},
"dependencies": {
"jquery": "^2.1.4"
}
}