forked from janhommes/o.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 832 Bytes
/
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
{
"name": "o.js",
"description": "o.js is a client side Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.",
"version": "0.3.6",
"main": "o.js",
"dependencies": {
"q": "^1.5.0",
"xhr2": "^0.1.4 "
},
"devDependencies": {
"jslint": "^0.10.3",
"jasmine": "*",
"uglify-js": "*"
},
"scripts": {
"test": "jasmine",
"uglify": "uglifyjs --compress --mangle -o o.min.js o.js"
},
"repository": {
"type": "git",
"url": "git://github.com/janhommes/o.js.git"
},
"author": "Jan Hommes",
"contributors": [
"Matteo Antony Mistretta <antony.mistretta@gmail.com> (http://www.ingloriouscoderz.it)"
],
"license": "MIT",
"eslintConfig": {
"env": {
"browser": true
}
}
}