-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 955 Bytes
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
{
"name": "application-name",
"version": "0.0.1",
"description": "shay",
"main": "node/script.js",
"directories": {
"test": "test"
},
"dependencies": {
"express": "^4.14.0",
"gulp": "^3.9.1",
"lodash-node": "3.10.2",
"mathjs": "^3.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3",
"proxyquire": "^1.7.10",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"engine": "node 5.7.1",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec ./node/test/functions.unit.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shay-codefresh/test.git"
},
"keywords": [
"shay",
".json",
"package"
],
"author": "shay <shay@codefresh.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/shay-codefresh/test/issues"
},
"homepage": "https://github.com/shay-codefresh/test#readme"
}