-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "modern-blink",
"version": "0.1.0",
"description": "The <blink> element resurrected as an HTML Custom Element",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leonderijke/Modern-Blink"
},
"keywords": [
"blink",
"custom",
"element"
],
"author": "Leon de Rijke",
"license": "MIT",
"bugs": {
"url": "https://github.com/leonderijke/Modern-Blink/issues"
},
"homepage": "https://github.com/leonderijke/Modern-Blink",
"devDependencies": {
"browser-sync": "^1.3.5",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"gulp-header": "^1.0.5",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"yargs": "^1.3.1"
}
}