UNPKG

250 BJSONView Raw
1{
2 "restartable": "rs",
3 "ignore": [
4 ".git",
5 ".svn",
6 "node_modules/**/node_modules"
7 ],
8 "verbose": true,
9 "execMap": {
10 "js": "node --harmony"
11 },
12 "env": {
13 "NODE_ENV": "development"
14 },
15 "ext": "js json"
16}
\No newline at end of file