summaryrefslogtreecommitdiff
path: root/node_modules/twig/package.json
blob: 082cbfec3f5cade519836c4b98e506edcc581af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_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"
}