-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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": "template-chrome"
, "description": "Google Chrome extension that quickly and easily copies info on the current page using a simple and unique template system"
, "version": "1.2.9"
, "homepage": "http://template-extension.org"
, "bugs": {
"url": "https://github.com/template-extension/template-chrome/issues"
}
, "author": {
"name": "Alasdair Mercer"
, "email": "[email protected]"
, "url": "http://neocotic.com"
}
, "licenses": [
{
"type": "MIT"
, "url": "http://template-extension.org/license"
}
]
, "private": true
, "keywords": [
"template"
, "browser"
, "chrome"
, "extension"
, "clipboard"
, "shortener"
, "clipboard"
, "shortener"
, "markdown"
, "bbcode"
, "html"
, "social"
]
, "repository": {
"type": "git"
, "url": "git://github.com/template-extension/template-chrome.git"
}
, "devDependencies": {
"grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-compress": "~0.7.0"
, "grunt-contrib-copy": "~0.5.0"
, "grunt-contrib-coffee": "~0.10.1"
, "grunt-contrib-uglify": "~0.3.2"
, "grunt-docco": "~0.3.3"
, "grunt-json-minify": "~0.4.0"
}
, "engines": {
"node": "~0.10.0"
}
}