forked from ClearBlade/JavaScript-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1006 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1006 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": "JavaScript-API",
"version": "0.0.0",
"description": "ClearBlade JavaScript API =========================",
"main": "ClearBlade.js",
"directories": {
"test": "test"
},
"dependencies": {
"karma": "~0.10.8",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.1",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"requirejs": "~2.1.9",
"phantomjs": "~1.9.2-6"
},
"devDependencies": {},
"scripts": {
"test": "karma start --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/ClearBlade/JavaScript-API.git"
},
"author": "",
"license": "Apache License",
"bugs": {
"url": "https://github.com/ClearBlade/JavaScript-API/issues"
},
"homepage": "https://github.com/ClearBlade/JavaScript-API"
}