-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.35 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
{
"name": "dueljs",
"version": "1.2.7",
"description": "DuelJS - JavaScript HTML5 Master/Slave Browser Tabs Helper",
"main": "public/lib/duel.js",
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.1.0",
"mocha-phantomjs": "git+https://github.com/studentIvan/mocha-phantomjs.git#master",
"uglifyjs": "*"
},
"scripts": {
"pretest": "npm install && node_modules/.bin/mocha-phantomjs test/mocha.test.umd.html && node_modules/.bin/mocha-phantomjs test/mocha.test.html && node_modules/.bin/mocha-phantomjs test/mocha.min.test.html",
"test": "phantomjs test/phantom.script.js",
"start": "npm install && http-server -p 8089",
"min": "npm install && node_modules/.bin/uglifyjs --compress --bare-returns --keep-fnames --source-map=public/lib/duel.min.js.map --source-map-url=duel.min.js.map --output=public/lib/duel.min.js --mangle -- public/lib/duel.js"
},
"repository": {
"type": "git",
"url": "https://github.com/studentIvan/dueljs.git"
},
"keywords": [
"dueljs",
"duel",
"master",
"slave",
"window",
"javascript",
"onfocus",
"broadcasting",
"document.hidden"
],
"author": "Maslov Ivan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/studentIvan/dueljs/issues",
"email": "[email protected]"
},
"homepage": "http://dueljs.studentivan.ru"
}