-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
31 lines (31 loc) · 891 Bytes
/
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
{
"name": "angular-readable-time",
"description": "AngularJS filter for converting a number of seconds to a human-readable time.",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/wildlyinaccurate/angular-readable-time.git"
},
"dependencies": {},
"main": "./angular-readable-time.js",
"devDependencies": {
"angular": "^1.6.1",
"angular-mocks": "^1.6.1",
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-script-launcher": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
}
}