-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·33 lines (33 loc) · 1.31 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
{
"name": "fy",
"version": "1.0.0",
"description": "Make javascript suck less",
"main": "lib/index.js",
"scripts": {
"install": "npx iced -o lib -c src",
"test": "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-simple": "mocha --recursive --compilers coffee:iced-coffee-script/register --require iced-coffee-coverage/register-istanbul test && istanbul report",
"test-watch": "mocha --compilers coffee:iced-coffee-script/register --watch --full-trace --watch-extensions=js,coffee",
"test-specific": "mocha --recursive --compilers coffee:iced-coffee-script/register --require iced-coffee-coverage/register-istanbul test -g"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hu2prod/fy.git"
},
"author": "hu2prod",
"license": "MIT",
"bugs": {
"url": "https://github.com/hu2prod/fy/issues"
},
"homepage": "https://github.com/hu2prod/fy#readme",
"dependencies": {
"iced-coffee-script": "^108.0.11",
"prettyjson": "github:hu2prod/prettyjson"
},
"devDependencies": {
"coveralls": "^2.11.16",
"iced-coffee-coverage": "^1.0.21",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}