-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.99 KB
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
44
45
46
{
"name": "scriptscript",
"version": "1.0.0",
"description": "replace all script language",
"main": "lib/index.js",
"scripts": {
"install": "iced -o lib -c src",
"test": "make && mocha --recursive --compilers coffee:iced-coffee-script/register --require iced-coffee-coverage/register-istanbul test && istanbul report && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test-perf": "make && mocha --recursive --compilers coffee:iced-coffee-script/register",
"test-simple": "make && mocha --recursive --compilers coffee:iced-coffee-script/register --require iced-coffee-coverage/register-istanbul test && istanbul report",
"test-skip-cli": "make && mocha --recursive --compilers coffee:iced-coffee-script/register --invert --grep cli --require iced-coffee-coverage/register-istanbul test && istanbul report",
"test-watch": "mocha --recursive --compilers coffee:iced-coffee-script/register --watch --full-trace --watch-extensions=js,coffee",
"test-watch-skip-cli": "mocha --recursive --compilers coffee:iced-coffee-script/register --invert --grep cli --watch --full-trace --watch-extensions=js,coffee",
"test-grep": "make && mocha --recursive --compilers coffee:iced-coffee-script/register --grep"
},
"bin": {
"s10t": "bin/scriptscript",
"s-s": "bin/scriptscript",
"sscript": "bin/scriptscript"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hu2prod/scriptscript.git"
},
"author": "hu2prod",
"license": "MIT",
"bugs": {
"url": "https://github.com/hu2prod/scriptscript/issues"
},
"homepage": "https://github.com/hu2prod/scriptscript#readme",
"devDependencies": {
"blns": "^2.0.4",
"coveralls": "^2.13.0",
"iced-coffee-coverage": "^1.0.21",
"iced-coffee-script": "^108.0.11",
"istanbul": "^0.4.5",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"shelljs": "^0.7.8"
},
"dependencies": {
"fy": "github:hu2prod/fy",
"gram2": "github:hu2prod/gram2",
"iced-runtime": "1.0.3"
}
}