UNPKG

995 BJSONView Raw
1{
2 "name": "@mfjs/compiler",
3 "version": "1.1.3",
4 "description": "Embedding effects in JavaScript using Monads",
5 "main": "compiler.js",
6 "scripts": {
7 "test": "mocha",
8 "build": "coffee -co . src/",
9 "prepublish": "npm run build"
10 },
11 "bin": {
12 "mfjsc": "./bin/mfjsc"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/awto/mfjs-compiler.git"
17 },
18 "keywords": [
19 "promise",
20 "async",
21 "monad",
22 "linq"
23 ],
24 "author": "Vitaliy Akimov <vitaliy.akimov@gmail.com>",
25 "license": "MIT",
26 "devDependencies": {
27 "coffee-script": "^1.10.0",
28 "expect.js": "^0.3.1",
29 "markdox": "^0.1.10",
30 "mocha": "^2.4.5",
31 "rimraf": "^2.5.2"
32 },
33 "engines": {
34 "node": ">=0.10.0"
35 },
36 "dependencies": {
37 "escodegen": "^1.8.0",
38 "esprima": "^2.7.2",
39 "esquery": "^0.4.0",
40 "esutils": "^2.0.2",
41 "findup": "^0.1.5",
42 "mkdirp": "^0.5.1",
43 "optimist": "^0.6.1",
44 "resolve": "^1.1.7",
45 "through2": "^2.0.1"
46 }
47}