mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
62
node_modules/bs-recipes/package.json
generated
vendored
Normal file
62
node_modules/bs-recipes/package.json
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bs-recipes@1.3.4",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "bs-recipes@1.3.4",
|
||||
"_id": "bs-recipes@1.3.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DS1NSKcYyMBEdp/cT4lZLci2lYU=",
|
||||
"_location": "/bs-recipes",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bs-recipes@1.3.4",
|
||||
"name": "bs-recipes",
|
||||
"escapedName": "bs-recipes",
|
||||
"rawSpec": "1.3.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-sync"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz",
|
||||
"_spec": "1.3.4",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Shane Osbourne"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/BrowserSync/recipes/issues"
|
||||
},
|
||||
"description": "Fully working project examples showing how to use BrowserSync in various ways",
|
||||
"devDependencies": {
|
||||
"crossbow": "^0.4.5",
|
||||
"node-dir": "^0.1.6"
|
||||
},
|
||||
"files": [
|
||||
"recipes",
|
||||
"index.js",
|
||||
"manifest.json"
|
||||
],
|
||||
"homepage": "http://www.browsersync.io/docs/recipes/",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "bs-recipes",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/BrowserSync/recipes.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node crossbow.js",
|
||||
"clean:nm": "find ./recipes -name node_modules | xargs rm -rf",
|
||||
"clean:other": "find . -name .sass-cache | xargs rm -rf && find . -name .idea | xargs rm -rf",
|
||||
"prepublish": "npm run clean:nm && npm run clean:other",
|
||||
"test": "npm run-script build"
|
||||
},
|
||||
"version": "1.3.4"
|
||||
}
|
Reference in New Issue
Block a user