forked from new-xkit/XKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "XKit",
"description": "The extension framework for Tumblr.",
"version": "1.3.2",
"main": "xkit.js",
"repository": {
"type": "git",
"url": "https://github.com/new-xkit/XKit.git"
},
"author": {
"name": "STUDIOENIX",
"email": "[email protected]",
"url": "http://www.studioxenix.com/"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/new-xkit/XKit/issues"
},
"homepage": "http://www.xkit.info/seven/",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"framework",
"Tumblr",
"accessibility",
"extension",
"interface",
"tweaks"
],
"scripts": {
"test": "gulp lint:scripts"
},
"devDependencies": {
"connect": "^3.4.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-csslint": "^0.2.0",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"jpm": "^1.0.1",
"merge-stream": "^0.1.8",
"morgan": "^1.6.1",
"serve-static": "^1.10.0",
"through2": "^2.0.0"
}
}