summaryrefslogtreecommitdiff
path: root/node_modules/twig/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/twig/package.json')
-rw-r--r--node_modules/twig/package.json81
1 files changed, 0 insertions, 81 deletions
diff --git a/node_modules/twig/package.json b/node_modules/twig/package.json
deleted file mode 100644
index 082cbfe..0000000
--- a/node_modules/twig/package.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "_from": "twig@~0.10.3",
- "_id": "twig@0.10.3",
- "_inBundle": false,
- "_integrity": "sha1-Z2BOCOGSDr8vr4CpAeJWGJyKPGc=",
- "_location": "/twig",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "twig@~0.10.3",
- "name": "twig",
- "escapedName": "twig",
- "rawSpec": "~0.10.3",
- "saveSpec": null,
- "fetchSpec": "~0.10.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/twig/-/twig-0.10.3.tgz",
- "_shasum": "67604e08e1920ebf2faf80a901e256189c8a3c67",
- "_spec": "twig@~0.10.3",
- "_where": "/home/marvin/IdeaProjects/untitled",
- "author": {
- "name": "John Roepke",
- "email": "john@justjohn.us",
- "url": "http://john.sh/"
- },
- "bin": {
- "twigjs": "./bin/twigjs"
- },
- "browser": {
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/twigjs/twig.js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "locutus": "^2.0.5",
- "minimatch": "3.0.x",
- "walk": "2.3.x"
- },
- "deprecated": false,
- "description": "JS port of the Twig templating language.",
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "3.1.x",
- "should": "11.1.x",
- "sinon": "^1.17.6",
- "sinon-chai": "^2.8.0",
- "tokenizer": "1.1.x",
- "webpack": "^1.13.3"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/twigjs/twig.js",
- "licenses": [
- {
- "type": "BSD-2-Clause",
- "url": "https://raw.github.com/twigjs/twig.js/master/LICENSE"
- }
- ],
- "main": "twig.js",
- "name": "twig",
- "repository": {
- "type": "git",
- "url": "git://github.com/twigjs/twig.js.git"
- },
- "scripts": {
- "build": "npm run build-node && npm run build-browser",
- "build-browser": "WEBPACK_ENV=browser webpack",
- "build-node": "webpack",
- "postversion": "git push origin master && git push origin master --tags",
- "preversion": "npm test && git diff --exit-code --quiet",
- "test": "npm run build && mocha -r should"
- },
- "version": "0.10.3"
-}