forked from lidel/pls.watch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 942 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
35
36
{
"name": "yt-looper",
"version": "1.0.0",
"description": "A simple YT looper",
"main": "yt-looper.js",
"scripts": {
"httpd": "grunt httpd",
"selenium-download": "grunt selenium",
"grunt": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lidel/yt-looper.git"
},
"author": "Marcin Rataj",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/lidel/yt-looper/issues"
},
"homepage": "https://github.com/lidel/yt-looper",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-qunit": "^0.7.0",
"grunt-env": "^0.4.4",
"grunt-purifycss": "^0.1.0",
"nightwatch": "^0.6.15",
"phantomjs": "^1.9.18",
"purify-css": "^1.0.10",
"travis-multirunner": "latest",
"selenium-standalone": "^4.6.1"
}
}