-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
41
42
43
44
45
46
47
48
{
"name": "instela-js-sdk",
"version": "0.1.8",
"description": "Instela Javascript SDK.",
"homepage": "http://github.com/instela/instela-js-sdk",
"keywords": [
"instela",
"api",
"rest"
],
"author": "Cagatay Gurturk <[email protected]>",
"contributors": [],
"repository": {
"type": "git",
"url": "http://github.com/instela/instela-js-sdk"
},
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/instela/instela-js-sdk"
},
"dependencies": {
"lodash": "^4.0.0",
"superagent": "^1.7.2"
},
"devDependencies": {
"bluebird": "^3.2.2",
"chai": "~1.8.1",
"grunt": "latest",
"grunt-browserify": "^4.0.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-mocha": "~0.4.6",
"mocha": "~1.17.0"
},
"main": "lib/main.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"engines": {
"node": ">=0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/instela/instela-js-sdk/raw/master/LICENSE"
}
]
}