-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.49 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.49 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
58
59
60
61
62
63
{
"name": "skemer",
"version": "0.8.6-r1",
"description": "A Javascript variable validation and merge tool.",
"main": "lib/skemer.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MeldCE/skemer.git"
},
"keywords": [
"schema",
"validation",
"oject"
],
"author": {
"name": "MeldCE Opensource",
"url": "http://www.meldce.com",
"email": "npm@meldce.com"
},
"contributors": [
{
"name": "Jack Farley",
"url": "http://www.thesolderingbench.com",
"email": "npm@thesolderingbench.com"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/MeldCE/skemer/issues"
},
"homepage": "https://github.com/MeldCE/skemer#readme",
"devDependencies": {
"concat": "^1.0.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"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.1.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",
"jasmine": "^2.4.1",
"jasmine2-reporter": "^0.1.1",
"rename": "^1.0.3"
},
"dependencies": {
"clone": "^1.0.2",
"merge": "^1.2.0"
},
"tonicExampleFilename": "example.js"
}