-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
93 lines (93 loc) · 2.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "nocca",
"version": "1.1.1",
"description": "NodeJS Mock Server",
"scripts": {
"preversion": "npm run lint && npm run contributor && npm run gitversion",
"gitversion": "node scripts/version.js",
"contributor": "node scripts/contributors.js",
"test": "jasmine-node test/jasmine",
"postinstall": "bower install",
"lint": "node scripts/lint.js",
"build": "node scripts/build.js",
"watch": "node scripts/watch.js",
"depcheck": "depcheck ."
},
"repository": {
"type": "git",
"url": "https://github.com/KrekkieD/nocca.git"
},
"keywords": [
"mock",
"rest",
"record",
"replay"
],
"devDependencies": {
"browser-sync": "^1.7.1",
"browserify": "^11.2.0",
"buenos-codetags": "^0.2.0",
"buenos-htmllint": "^0.2.0",
"buenos-jscs": "^1.1.1",
"buenos-jshint": "^1.1.0",
"contributor": "^0.1.25",
"debounce": "^1.0.0",
"depcheck": "^0.4.7",
"extend": "^2.0.0",
"gitlog": "^2.0.1",
"gulp": "^3.8.10",
"jasmine-node": "^1.14.5",
"node-sass": "^3.2.0",
"node-watch": "^0.3.4",
"protractor": "^1.4.0",
"rimraf": "^2.2.8",
"semver": "^4.3.3",
"up-the-tree": "^0.3.2",
"webdriver-manager": "^1.0.0"
},
"main": "index.js",
"files": [
"lib",
"ui",
"examples",
"index.js",
"bower.json"
],
"dependencies": {
"bower": "^1.3.12",
"bunyan": "^1.5.1",
"change-case": "^2.2.0",
"colors": "^1.1.2",
"connect": "^3.3.4",
"express": "^4.13.3",
"extend": "^2.0.0",
"globby": "^3.0.1",
"mkdirp": "^0.5.0",
"moment": "^2.10.3",
"node-pubsub": "^0.1.0",
"q": "^1.1.2",
"url-pattern": "^0.6.0",
"wiredep": "^2.0.1",
"ws": "^0.8.0",
"xmldom": "^0.1.19",
"xpath.js": "^1.0.5"
},
"contributors": [
"Gregory Cowan <[email protected]>",
"Jan-Hendrik Kuperus <[email protected]>",
"Jan-Hendrik Kuperus <[email protected]>",
"x074501 <[email protected]>",
"ericjanmalotaux <[email protected]>",
"reingroot <[email protected]>",
"Gregory Cowan <[email protected]@end@>",
"Jan-Hendrik Kuperus <[email protected]@end@>",
"Jan-Hendrik Kuperus <[email protected]@end@>",
"x074501 <[email protected]@end@>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/KrekkieD/nocca/issues"
},
"homepage": "https://github.com/KrekkieD/nocca"
}