aboutsummaryrefslogtreecommitdiff
path: root/generator/node_modules/xmlbuilder/package.json
blob: 8a06b1834da474f0ab444275e52aea47fc00b063 (plain)
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
{
  "name": "xmlbuilder",
  "version": "15.1.1",
  "keywords": [
    "xml",
    "xmlbuilder"
  ],
  "homepage": "http://github.com/oozcitak/xmlbuilder-js",
  "description": "An XML builder for node.js",
  "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
  "contributors": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/oozcitak/xmlbuilder-js.git"
  },
  "bugs": {
    "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
  },
  "main": "./lib/index",
  "typings": "./typings/index.d.ts",
  "engines": {
    "node": ">=8.0"
  },
  "dependencies": {},
  "devDependencies": {
    "coffee-coverage": "*",
    "coffeescript": "2.4.1",
    "coveralls": "*",
    "istanbul": "*",
    "mocha": "*",
    "nyc": "*",
    "xpath": "*",
    "git-state": "*"
  },
  "mocha": {
    "require": [
      "coffeescript/register",
      "coffee-coverage/register-istanbul",
      "test/common.coffee"
    ],
    "recursive": true,
    "ui": "tdd",
    "reporter": "dot"
  },
  "scripts": {
    "prepublishOnly": "coffee -co lib src",
    "test": "nyc mocha \"test/**/*.coffee\"",
    "perf": "coffee ./perf/index.coffee"
  }
}