UNPKG

776 BJSONView Raw
1{
2 "name": "testml-compiler",
3 "description": "TestML Compiler CLI",
4 "version": "0.0.2",
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 "lodash": ">=2.2.2",
28 "pegex": ">=0.1.3"
29 },
30 "bin": {
31 "testml-boot": "./bin/testml-boot",
32 "testml-compiler": "./bin/testml-compiler"
33 },
34 "scripts": {
35 "test": "(source .rc; prove -v test)"
36 }
37}