-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.06 KB
/
package.json
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
{
"name": "c--",
"version": "1.0.0",
"description": "C-- interpreter",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jutge-org/cmm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jutge-org/cmm/issues"
},
"homepage": "https://github.com/jutge-org/cmm/",
"dependencies": {
"ascii-tree": "^0.3.0",
"coffeeify": "^2.0.1",
"is-travis-ci-build": "^1.1.1",
"jison": "^0.4.17",
"malloc": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"browserify": "^14.4.0",
"chai": "^3.5.0",
"coffee-coverage": "^2.0.1",
"coffeeify": "^2.1.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.4",
"gulp-minify": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"through": "^2.3.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}