-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 930 Bytes
/
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
{
"name": "nutra-jasmine",
"version": "0.0.4",
"description": "The \"nutra-jasmine\" module is an adaptation of the \"Jasmine\" framework for \"N.U.T.R.A.\" unit test runner.",
"main": "dist/nutra-jasmine.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-jasmine.git"
},
"keywords": [
"N.U.T.R.A.",
"jasmine",
"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-jasmine/issues"
},
"homepage": "https://github.com/m-a-r-c-e-l-i-n-o/nutra-jasmine#readme",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2016-node5": "^1.1.2"
},
"dependencies": {
"jasmine": "~2.4.1"
}
}