-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
{
"author": {
"name": "Kurtis Best",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/caribviper/common/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Allows the utilisation of the common methods an assertion",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^3.2.4",
"gulp-uglify": "^3.0.1",
"merge2": "^1.2.3",
"pump": "^1.0.3",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"homepage": "https://github.com/caribviper/common#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "caribviper-common",
"repository": {
"type": "library",
"url": "git+https://github.com/caribviper/common.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "lib/index.d.ts",
"version": "0.6.2"
}