UNPKG

843 BJSONView Raw
1{
2 "name": "testml-compiler",
3 "description": "TestML Compiler CLI",
4 "version": "0.0.27",
5 "keywords": [
6 "testml",
7 "compiler",
8 "testing",
9 "language",
10 "acmeism"
11 ],
12 "homepage": "http://testml.org",
13 "bugs": {
14 "url": "https://github.com/testml-lang/testml-compiler/issues"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/testml-lang/testml-compiler"
19 },
20 "license": "MIT",
21 "author": {
22 "name": "Ingy döt Net",
23 "email": "ingy@ingy.net",
24 "url": "http://ingy.net"
25 },
26 "dependencies": {
27 "coffeescript": ">=2.3.1",
28 "ingy-prelude": ">=0.0.1",
29 "lodash": ">=2.2.2",
30 "pegex": ">=0.1.5"
31 },
32 "main": "./lib/testml-compiler/index.js",
33 "bin": {
34 "testml-compiler": "./bin/testml-compiler"
35 },
36 "scripts": {
37 "test": "(source .rc; prove -v test)"
38 }
39}