-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 978 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
37
38
39
40
{
"name": "polldozer",
"version": "1.0.5",
"description": "Lightweight Polldozer client to create and vote on polls with Polldozer API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack",
"test": "mocha",
"testdbg": "mocha --debug-brk",
"lint": "jshint **.js **/*.js **/**/*.js",
"coverage": "istanbul cover node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/antpaw/polldozer.git"
},
"keywords": [
"poll",
"Polldozer"
],
"author": "Anton Pawlik <[email protected]> (http://antpaw.org)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"istanbul": "^0.4.2",
"jquery": "^2.2.4",
"jsdom": "^8.1.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5",
"should": "^8.2.2",
"webpack": "^1.13.1"
},
"bugs": {
"url": "https://github.com/antpaw/polldozer/issues"
}
}