-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.34 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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",
"q": "^1.4.1"
},
"devDependencies": {
"run-sequence": "^1.1.0",
"git-rev": "^0.2.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.2.0",
"gulp-git": "^1.2.1",
"gulp-ignore": "^1.2.1",
"gulp-istanbul": "^0.10.4",
"gulp-jshint": "^1.11.0",
"gulp-logger": "0.0.2",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.1.1",
"gulp-run": "^1.6.7",
"gulp-util": "^3.0.6",
"isparta": "^4.0.0",
"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"
}