-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "awesome-sketch-plugins",
"description": "A collection of useful plugins for Sketch.app",
"version": "1.0.0",
"homepage": "https://awesome-sket.ch",
"author": {
"name": "Florian Buerger",
"url": "http://github.com/florianbuerger/"
},
"repository": {
"type": "git",
"url": "git://github.com/florianbuerger/awesome-sketch"
},
"bugs": {
"url": "https://github.com/florianbuerger/awesome-sketch/issues"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "~0.4.42",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "~0.8",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "^1.1.0",
"handlebars-helper-minify": "^0.1.3",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.1.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/florianbuerger/awesome-sketch/blob/master/LICENSE-MIT"
}
],
"keywords": [
"assemble",
"templates",
"handlebars",
"site generator",
"site builder",
"grunt",
"handlebars-helper-minify"
]
}