forked from rodrigogs/kairos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "kairos",
"version": "0.7.1",
"description": "A non date-based time calculator",
"license": "BSD",
"repository": "kairos",
"author": {
"name": "Rodrigo Gomes da Silva",
"email": "[email protected]",
"web": "https://github.com/rodrigogs"
},
"main": "./build/kairos-node.js",
"keywords": [
"time",
"chronos",
"calculator",
"calc",
"clock"
],
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-esformatter": "^4.0.0",
"gulp-header": "^1.2.2",
"gulp-include": "^2.0.3",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.2.5",
"phantomjs": "^1.9.18",
"run-sequence": "^1.1.1"
}
}