-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 949 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
{
"name": "spreaker-sdk-js",
"version": "0.1.0",
"description": "Spreaker API SDK - Javascript",
"repository": {
"type": "git",
"url": "https://github.com/spreaker/api-sdk-js"
},
"keywords": [
"spreaker",
"api",
"js",
"javscript"
],
"author": "Spreaker Team <[email protected]>",
"contributors": [
"Marco Pracucci <[email protected]>",
"Rocco Zanni <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/spreaker/api-sdk-js/issues"
},
"homepage": "https://github.com/spreaker/api-sdk-js",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.4.2",
"gulp-gzip": "0.0.8",
"gulp-jshint": "^1.9.0",
"gulp-uglify": "^1.0.2",
"mocha": "^2.0.1"
},
"main": "lib/spreaker.js",
"scripts": {
"test": "mocha ${MOCHA_OPTIONS} -R spec --recursive ./test"
}
}