|
@@ -1,23 +1,12 @@
|
|
|
{
|
|
{
|
|
|
"name": "QuoJS",
|
|
"name": "QuoJS",
|
|
|
"description": "Micro #JavaScript Library for Mobile Devices",
|
|
"description": "Micro #JavaScript Library for Mobile Devices",
|
|
|
- "version": "2.2.0",
|
|
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
"homepage": "http://quojs.tapquo.com",
|
|
"homepage": "http://quojs.tapquo.com",
|
|
|
- "main": [
|
|
|
|
|
- "quo.js"
|
|
|
|
|
- ],
|
|
|
|
|
- "keywords": [
|
|
|
|
|
- "mobile"
|
|
|
|
|
- ],
|
|
|
|
|
- "license": [
|
|
|
|
|
- {
|
|
|
|
|
- "type": "MIT"
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
- "_id": "QuoJS@2.2.0",
|
|
|
|
|
- "readme": "ERROR: No README.md file found!",
|
|
|
|
|
- "repository": {
|
|
|
|
|
- "type": "git",
|
|
|
|
|
- "url": "git://github.com/soyjavi/package-quojs.git"
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ "author": {
|
|
|
|
|
+ "name": "Tapquo S.L.",
|
|
|
|
|
+ "site": "http://tapquo.com"},
|
|
|
|
|
+ "main": ["quo.js"],
|
|
|
|
|
+ "keywords": [ "mobile" ],
|
|
|
|
|
+ "license": [{"type": "MIT"}]
|
|
|
|
|
+}
|