File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : node_js
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " JavaScript-API" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " ClearBlade JavaScript API =========================" ,
5+ "main" : " ClearBlade.js" ,
6+ "directories" : {
7+ "test" : " test"
8+ },
9+ "dependencies" : {
10+ "karma" : " ~0.10.8" ,
11+ "karma-chrome-launcher" : " ~0.1.2" ,
12+ "karma-coffee-preprocessor" : " ~0.1.1" ,
13+ "karma-firefox-launcher" : " ~0.1.2" ,
14+ "karma-html2js-preprocessor" : " ~0.1.0" ,
15+ "karma-jasmine" : " ~0.1.5" ,
16+ "karma-requirejs" : " ~0.2.1" ,
17+ "karma-phantomjs-launcher" : " ~0.1.1" ,
18+ "karma-script-launcher" : " ~0.1.0" ,
19+ "requirejs" : " ~2.1.9" ,
20+ "phantomjs" : " ~1.9.2-6"
21+ },
22+ "devDependencies" : {},
23+ "scripts" : {
24+ "test" : " karma start --browsers Firefox"
25+ },
26+ "repository" : {
27+ "type" : " git" ,
28+ "url" : " git://github.com/ClearBlade/JavaScript-API.git"
29+ },
30+ "author" : " " ,
31+ "license" : " Apache License" ,
32+ "bugs" : {
33+ "url" : " https://github.com/ClearBlade/JavaScript-API/issues"
34+ },
35+ "homepage" : " https://github.com/ClearBlade/JavaScript-API"
36+ }
You can’t perform that action at this time.
0 commit comments