-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 930 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
38
39
40
{
"name": "gw2icon",
"version": "0.1.0",
"description": "Library to insert GW2's icons in your website in pure CSS3.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"sass-lint": "gulp sass_lint",
"test": "npm run sass-lint",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gw2ocs/gw2icon.git"
},
"keywords": [
"gw2",
"font-icon"
],
"author": "Pandraghon",
"license": "MIT",
"bugs": {
"url": "https://github.com/gw2ocs/gw2icon/issues"
},
"homepage": "https://github.com/gw2ocs/gw2icon#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-imagemin": "^4.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.3.4",
"gulp.spritesmith": "^6.9.0",
"merge-stream": "^1.0.1",
"sass-lint": "^1.12.1",
"vinyl-buffer": "^1.0.1"
},
"dependencies": {}
}