Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / extend / package.json
diff --git a/legacy-libs/extend/package.json b/legacy-libs/extend/package.json
new file mode 100644 (file)
index 0000000..8dc25ab
--- /dev/null
@@ -0,0 +1,52 @@
+{
+       "author": {
+               "name": "Stefan Thomas",
+               "email": "justmoon@members.fsf.org",
+               "url": "http://www.justmoon.net"
+       },
+       "bugs": {
+               "url": "https://github.com/justmoon/node-extend/issues"
+       },
+       "bundleDependencies": false,
+       "contributors": [
+               {
+                       "name": "Jordan Harband",
+                       "url": "https://github.com/ljharb"
+               }
+       ],
+       "dependencies": {},
+       "deprecated": false,
+       "description": "Port of jQuery.extend for node.js and the browser",
+       "devDependencies": {
+               "@ljharb/eslint-config": "^12.2.1",
+               "covert": "^1.1.0",
+               "eslint": "^4.19.1",
+               "jscs": "^3.0.7",
+               "tape": "^4.9.1"
+       },
+       "homepage": "https://github.com/justmoon/node-extend#readme",
+       "keywords": [
+               "extend",
+               "clone",
+               "merge"
+       ],
+       "license": "MIT",
+       "main": "index",
+       "name": "extend",
+       "repository": {
+               "type": "git",
+               "url": "git+https://github.com/justmoon/node-extend.git"
+       },
+       "scripts": {
+               "coverage": "covert test/index.js",
+               "coverage-quiet": "covert test/index.js --quiet",
+               "eslint": "eslint *.js */*.js",
+               "jscs": "jscs *.js */*.js",
+               "lint": "npm run jscs && npm run eslint",
+               "posttest": "npm run coverage-quiet",
+               "pretest": "npm run lint",
+               "test": "npm run tests-only",
+               "tests-only": "node test"
+       },
+       "version": "3.0.2"
+}