forked from sdepold/jquery-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"author": "Sascha Depold <[email protected]> (http://depold.com)",
"name": "jquery-rss",
"description": "An easy-to-use rss plugin for jquery with templating.",
"version": "3.3.0",
"homepage": "https://github.com/sdepold/jquery-rss",
"keywords": [
"rss",
"jquery",
"ender"
],
"ender": "noop",
"repository": {
"type": "git",
"url": "git://github.com/sdepold/jquery-rss.git"
},
"contributors": [
{
"name": "Sascha Depold",
"email": "[email protected]"
},
{
"name": "Steffen Schröder",
"email": "[email protected]"
}
],
"main": "src/jquery.rss.js",
"scripts": {
"test": "java -jar utils/compiler.jar src/jquery.rss.js --js_output_file=dist/jquery.rss.min.js && gulp"
},
"engines": {
"node": ">=v0.4.8"
},
"dependencies": {},
"devDependencies": {
"buster": "^0.8.0",
"gulp": "^3.9.1",
"gulp-busterjs": "^1.4.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-markdown-code-blocks": "^1.1.1",
"jshint": "^2.9.4",
"moment": "^2.14.1",
"phantomjs-prebuilt": "^2.1.14",
"run-sequence": "^1.2.2"
},
"license": "MIT"
}