-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "nutra-babel",
"version": "0.0.8",
"description": "The \"nutra-babel\" module is an adaption of the babel compiler for \"N.U.T.R.A.\" unit test runner.",
"main": "dist/nutra-babel.js",
"scripts": {
"test": "test",
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-a-r-c-e-l-i-n-o/nutra-babel.git"
},
"keywords": [
"N.U.T.R.A.",
"babel",
"node",
"unit",
"test",
"testing"
],
"author": "m-a-r-c-e-l-i-n-o <me@marceli.no>",
"license": "MIT",
"bugs": {
"url": "https://github.com/m-a-r-c-e-l-i-n-o/nutra-babel/issues"
},
"homepage": "https://github.com/m-a-r-c-e-l-i-n-o/nutra-babel#readme",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2016-node5": "^1.1.2"
},
"dependencies": {
"babel-core": "^6.9.1",
"fs-extra": "^0.30.0",
"inline-source-map-comment": "^1.0.5"
}
}