-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 932 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 932 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
{
"name": "JavaScript-API",
"version": "0.0.0",
"description": "ClearBlade JavaScript API =========================",
"main": "ClearBlade.js",
"directories": {
"test": "test"
},
"dependencies": {
"jasmine": "~2.0",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-cli": "~0.0.4",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "~0.1",
"phantomjs": "~1.9"
},
"devDependencies": {},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/ClearBlade/JavaScript-API.git"
},
"author": "ClearBlade Inc.",
"license": "Apache License",
"bugs": {
"url": "https://github.com/ClearBlade/JavaScript-API/issues"
},
"homepage": "https://github.com/ClearBlade/JavaScript-API"
}