forked from sdepold/jquery-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 Bytes
/
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
{
"author": "DaWanda GmbH <sascha@dawanda.com> (http://dawanda.com)",
"name": "jquery-rss",
"description": "An easy-to-use rss plugin for jquery with templating.",
"version": "1.2.0",
"homepage": "https://github.com/dawanda/jquery-rss",
"keywords": ["rss", "jquery", "ender"],
"ender": "noop",
"repository": {
"type": "git",
"url": "git://github.com/dawanda/jquery-rss.git"
},
"contributors": [
{
"name": "Sascha Depold",
"email": "sascha@depold.com"
},
{
"name": "Steffen Schröder",
"email": "steffen@schroeder-blog.de"
}
],
"main": "src/jquery.rss.js",
"scripts": {
"test": "java -jar dist/compiler.jar src/jquery.rss.js --js_output_file=dist/jquery.rss.min.js && node_modules/.bin/buster-test"
},
"engines": {
"node": ">=v0.4.8"
},
"dependencies": {},
"devDependencies": {
"buster": "~0.6.0"
}
}