-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 863 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 863 Bytes
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
{
"name": "docker",
"version": "0.2.1",
"description": "dockerized ddns",
"private": true,
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@git.samisdat.org:samisdat/ddns.git"
},
"keywords": [
"docker",
"ddns"
],
"author": "samisdat",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-bumpup": "^0.6.3",
"grunt-exec": "^0.4.6",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"gruntify-eslint": "^2.0.0",
"istanbul": "^0.4.2",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5",
"not-fs": "git://github.com/samisdat/not-fs.git#develop",
"q": "^1.4.1",
"time-grunt": "^1.3.0"
},
"dependencies": {
"lodash": "^4.6.1"
}
}