-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
61 lines (61 loc) · 1.57 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
54
55
56
57
58
59
60
61
{
"name": "kairos",
"version": "2.1.3",
"description": "A non date-based time calculator",
"license": "BSD-2-Clause",
"repository": "kairos",
"author": {
"name": "Rodrigo Gomes da Silva",
"email": "[email protected]",
"web": "https://github.com/rodrigogs"
},
"main": "./build/kairos-node.js",
"scripts": {
"test": "node test/node/test.js",
"coverage": "istanbul cover gulp test -- -R spec",
"gulp:init": "gulp init",
"gulp:build": "gulp build",
"gulp:test": "gulp test"
},
"keywords": [
"time",
"chronos",
"calculator",
"calc",
"clock",
"math"
],
"devDependencies": {
"assert": "^1.4.1",
"codeclimate-test-reporter": "^0.4.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-esformatter": "^6.0.0",
"gulp-header": "^1.8.8",
"gulp-include": "^2.3.1",
"gulp-jsdoc3": "^1.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.5",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2",
"phantom": "^3.2.1",
"phantomjs-prebuilt": "^2.1.13",
"run-sequence": "^1.2.2"
}
}