forked from systemapic/systemapic.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 821 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 821 Bytes
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": "mapic.js",
"version": "18.3.18",
"description": "Mapic Client Library",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "karma start"
},
"bugs" : {
"url" : "https://github.com/mapic/mapic.js/issues",
"email" : "hello@mapic.io"
},
"homepage" : "https://mapic.io",
"devDependencies": {
"chai": "^3.5.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2"
},
"contributors": [
"knutole@mapic.io",
"jorgen@systemapic.com",
"strk@keybit.net",
"icygler@hwdtech.ru",
"mgdfot@gmail.com",
"shahjada.talukdar@gmail.com"
],
"license": "AGPL-3.0"
}