UNPKG

990 BJSONView Raw
1{
2 "name": "json-pipeline-scheduler",
3 "version": "2.0.5",
4 "description": "JSON pipeline for abstract compiler",
5 "main": "lib/scheduler.js",
6 "scripts": {
7 "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+ssh://git@github.com/indutny/json-pipeline-scheduler.git"
12 },
13 "keywords": [
14 "JSON",
15 "pipeline",
16 "CFG",
17 "SSA",
18 "Sea",
19 "of",
20 "nodes",
21 "Compiler",
22 "JIT"
23 ],
24 "author": "Fedor Indutny <fedor@indutny.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/indutny/json-pipeline-scheduler/issues"
28 },
29 "homepage": "https://github.com/indutny/json-pipeline-scheduler#readme",
30 "devDependencies": {
31 "assert-text": "^1.1.0",
32 "jscs": "^1.13.1",
33 "jshint": "^2.8.0",
34 "mocha": "^2.2.5"
35 },
36 "dependencies": {
37 "bitfield.js": "^1.2.0",
38 "dominance-frontier": "^2.0.0",
39 "json-pipeline": "^3.8.0"
40 }
41}