-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.09 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
{
"name": "flowfact",
"version": "0.2.0",
"description": "Node.js interface to the Flowfact API",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctaepper/flowfact.git"
},
"keywords": [
"flowfact",
"openimmo",
"rest",
"api"
],
"author": "Christian Taepper",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctaepper/flowfact/issues"
},
"homepage": "https://github.com/ctaepper/flowfact#readme",
"devDependencies": {
"async": "^0.9.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-run": "^1.6.8",
"gulp-util": "^3.0.4",
"jshint": "^2.7.0",
"mocha": "^2.2.5",
"require-dir": "^0.3.0",
"semver": "^4.3.4",
"should": "^6.0.1",
"yargs": "^3.9.0"
},
"dependencies": {
"chalk": "^1.0.0",
"coveralls": "^2.11.2",
"lodash": "^3.10.1",
"mocha-lcov-reporter": "0.0.2",
"q": "^1.4.0",
"request": "^2.61.0",
"run-sequence": "^1.1.0",
"underscore": "^1.8.3"
}
}