-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"name": "package-test",
"version": "0.1.0",
"description": "A command for testing an npm package in a near real environment",
"main": "lib/package-test.js",
"scripts": {
"test": "bin/package-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeldCE/package-test.git"
},
"keywords": [
"npm",
"package",
"test"
],
"author": "MeldCE Opensource",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MeldCE/package-test/issues"
},
"homepage": "https://github.com/MeldCE/package-test#readme",
"dependencies": {
"cp": "^0.2.0",
"glob": "^7.0.0",
"ignore-doc": "0.0.1",
"mkdirp": "^0.5.1",
"promise": "^7.1.1",
"rimraf": "^2.5.1",
"skemer": "^0.8.6"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-check-deps": "^1.3.0",
"gulp-complexity": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-doctoc": "^0.1.4",
"gulp-documentation": "^2.2.0",
"gulp-eslint": "^1.1.1",
"gulp-foreach": "^0.1.0",
"gulp-include": "^2.1.0",
"gulp-istanbul": "^0.10.3",
"gulp-jasmine": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-strip-debug": "^1.1.0",
"gulp-util": "^3.0.7",
"jasmine2-reporter": "^0.1.2",
"rename": "^1.0.3"
}
}