forked from kdzwinel/SnappySnippet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 725 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "SnappySnippet",
"version": "0.5.0",
"description": "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/kdzwinel/SnappySnippet.git"
},
"author": "Konrad Dzwinel",
"license": "GPL",
"bugs": {
"url": "https://github.com/kdzwinel/SnappySnippet/issues"
},
"homepage": "https://github.com/kdzwinel/SnappySnippet",
"dependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-csslint": "~0.2.0",
"grunt-html-validation": "~0.1.14",
"grunt-zip": "~0.13.0"
}
}