-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
51 lines (51 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
{
"name": "injector-chrome",
"description": "Chrome extension that allows you to create custom code snippets to be injected into any website",
"version": "1.0.4",
"homepage": "http://neocotic.com/injector",
"bugs": {
"url": "https://github.com/neocotic/injector-chrome/issues"
},
"author": {
"url": "http://neocotic.com",
"name": "Alasdair Mercer",
"email": "mercer.alasdair@gmail.com"
},
"licenses": [
{
"url": "https://raw.github.com/neocotic/injector-chrome/master/LICENSE.md",
"type": "MIT"
}
],
"private": true,
"keywords": [
"injector",
"snippet",
"code",
"browser",
"chrome",
"extension",
"javascript",
"coffeescript",
"css",
"less"
],
"repository": {
"url": "git://github.com/neocotic/injector-chrome.git",
"type": "git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-cson": "~0.8.0",
"grunt-json-minify": "~0.4.0",
"grunt-docco": "~0.3.3",
"int17": "~0.3.0"
}
}