-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
51
52
53
{
"name": "kanban-cfd",
"version": "0.3.0",
"description": "Kanban CFD Visualization",
"main": "index.js",
"keywords": [
"Kanban",
"CFD",
"Visualize",
"Rally"
],
"author": "Ken Chen",
"license": "MIT",
"dependencies": {
"bluebird": "0.10.14-0",
"express": "^3.5.1",
"lodash": "^3.2.0",
"moment": "^2.5.1",
"moment-range": "^1.0.1",
"nedb": "^0.10.5",
"node-schedule": "^0.1.13",
"restler": "^3.2.0",
"socket.io": "^0.9.16"
},
"devDependencies": {
"chai": "~1.9.2",
"gulp": "^3.8.1",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "^1.6.2",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "~1.14.0",
"sinon": "^1.9.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/kenspirit/kanban-cfd.git"
},
"bugs": {
"url": "https://github.com/kenspirit/kanban-cfd/issues"
},
"homepage": "https://github.com/kenspirit/kanban-cfd",
"readmeFilename": "readme.md"
}