wrongmove/immoweb/node_modules/rivets/package.json
2025-05-26 19:41:36 +00:00

73 lines
1.8 KiB
JSON

{
"_from": "rivets",
"_id": "rivets@0.9.6",
"_inBundle": false,
"_integrity": "sha1-UIHl7TlE3vf2/NOjJu5CFoeZ/TM=",
"_location": "/rivets",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "rivets",
"name": "rivets",
"escapedName": "rivets",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rivets/-/rivets-0.9.6.tgz",
"_shasum": "5081e5ed3944def7f6fcd3a326ee42168799fd33",
"_spec": "rivets",
"_where": "/home/kadir/workspace/webimmo",
"author": {
"name": "Michael Richards"
},
"bugs": {
"url": "https://github.com/mikeric/rivets/issues"
},
"bundleDependencies": false,
"dependencies": {
"sightglass": "~0.2.4"
},
"deprecated": false,
"description": "Declarative data binding + templating solution.",
"devDependencies": {
"gulp": "~3.8.7",
"gulp-bump": "~0.1.11",
"gulp-coffee": "~1.4.3",
"gulp-concat": "~2.2.0",
"gulp-header": "~1.0.2",
"gulp-mocha-phantomjs": "~0.2.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"minimist": "~1.1.0",
"mocha": "~1.20.1",
"should": "~4.0.4",
"sinon": "~1.10.2"
},
"homepage": "https://github.com/mikeric/rivets#readme",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mikeric/rivets/blob/master/LICENSE"
}
],
"main": "./dist/rivets.js",
"name": "rivets",
"repository": {
"type": "git",
"url": "git+https://github.com/mikeric/rivets.git"
},
"scripts": {
"build": "gulp build",
"bump": "gulp bump",
"test": "gulp spec",
"upgrade": "npm run build && npm test && npm run bump && npm run build"
},
"url": "http://rivetsjs.com",
"version": "0.9.6"
}