-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 946 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
37
{
"name": "yafilter",
"description": "Yet another image filter",
"repository": {
"type": "git",
"url": "git+https://github.com/leopardd/yafilter.git"
},
"keywords": [
"image",
"filter",
"image processing",
"worker",
"canvas"
],
"author": "Nathachai Thongniran <inid3a@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leopardd/yafilter/issues"
},
"homepage": "https://github.com/leopardd/yafilter#readme",
"devDependencies": {
"browser-sync": "^2.10.1",
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"mocha": "^2.5.3"
},
"scripts": {
"prestart": "bower install && npm install",
"start": "gulp default",
"test": "mocha test --reporter spec --recursive",
"test.watch": "mocha test --reporter spec --recursive --watch"
}
}