|
@@ -1,37 +1,35 @@
|
|
|
{
|
|
|
- "name": "JsonBird",
|
|
|
- "version": "1.0.0",
|
|
|
- "description": "A Remote Json Agent Service",
|
|
|
- "private": true,
|
|
|
- "scripts": {
|
|
|
- "start": "node ./bin/www",
|
|
|
- "dev": "hotnode ./bin/www"
|
|
|
- },
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "git+https://github.com/xCss/JsonBird.git"
|
|
|
- },
|
|
|
- "keywords": [
|
|
|
- "JsonBird",
|
|
|
- "JsonProxy"
|
|
|
- ],
|
|
|
- "author": "xCss",
|
|
|
- "license": "ISC",
|
|
|
- "bugs": {
|
|
|
- "url": "https://github.com/xCss/JsonBird/issues"
|
|
|
- },
|
|
|
- "readme": "./readme.md",
|
|
|
- "homepage": "https://github.com/xCss/JsonBird#readme",
|
|
|
- "dependencies": {
|
|
|
- "body-parser": "~1.15.1",
|
|
|
- "cookie-parser": "~1.4.3",
|
|
|
- "debug": "~2.2.0",
|
|
|
- "express": "~4.13.4",
|
|
|
- "express-generator": "^4.13.4",
|
|
|
- "hotnode": "0.0.8",
|
|
|
- "morgan": "~1.7.0",
|
|
|
- "pug": "^2.0.0-beta6",
|
|
|
- "request": "^2.74.0",
|
|
|
- "serve-favicon": "~2.3.0"
|
|
|
- }
|
|
|
-}
|
|
|
+ "name": "JsonBird",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "A Remote Json Agent Service",
|
|
|
+ "private": true,
|
|
|
+ "scripts": {
|
|
|
+ "start": "node ./bin/www"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git+https://github.com/xCss/JsonBird.git"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "JsonBird",
|
|
|
+ "JsonProxy"
|
|
|
+ ],
|
|
|
+ "author": "xCss",
|
|
|
+ "license": "ISC",
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/xCss/JsonBird/issues"
|
|
|
+ },
|
|
|
+ "readme": "./readme.md",
|
|
|
+ "homepage": "https://github.com/xCss/JsonBird#readme",
|
|
|
+ "dependencies": {
|
|
|
+ "body-parser": "~1.15.1",
|
|
|
+ "cookie-parser": "~1.4.3",
|
|
|
+ "debug": "~2.2.0",
|
|
|
+ "express": "~4.13.4",
|
|
|
+ "express-generator": "^4.13.4",
|
|
|
+ "morgan": "~1.7.0",
|
|
|
+ "pug": "^2.0.0-beta6",
|
|
|
+ "request": "^2.74.0",
|
|
|
+ "serve-favicon": "~2.3.0"
|
|
|
+ }
|
|
|
+}
|