-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
49
50
{
"name": "mobilerider-client",
"version": "1.6.2",
"author": "Armando Perez Marques <[email protected]>",
"description": "MobileRider Networks API client for Javascript",
"repository": {
"type": "git",
"url": "https://github.com/mobilerider/mobilerider-client-javascript.git"
},
"keywords": [
"MobileRider",
"client",
"API"
],
"main": "./dist/mobilerider-client.js",
"devDependencies": {
"d.js": "git+https://github.com/mobilerider/D.js#ready-to-bundle",
"reqwest": "git+https://github.com/mobilerider/reqwest#ready-to-bundle",
"grunt": "0.4.5",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.1",
"grunt-karma": "0.10.1",
"jasmine-core": "2.2.0",
"karma": "0.12.31",
"karma-chai-plugins": "0.5.0",
"karma-chrome-launcher": "0.1.7",
"karma-coffee-preprocessor": "0.2.1",
"karma-coverage": "0.2.7",
"karma-expect": "1.1.0",
"karma-firefox-launcher": "0.1.4",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.5",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2 extraneous",
"karma-script-launcher": "0.1.0",
"karma-sinon": "1.0.4",
"matchdep": "0.3.0",
"mocha": "2.2.4",
"requirejs": "2.1.17",
"sinon": "1.14.1"
},
"dependencies": {},
"scripts": {
"prepublish": "grunt"
},
"files": [
"./dist/"
]
}