forked from urish/angular-moment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "angular-moment",
"version": "1.0.0-beta.3",
"main": "angular-moment.js",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
},
"license": "MIT",
"files": [
"angular-moment.js",
"angular-moment.min.js",
"angular-moment.min.js.map",
"CHANGELOG.md",
"LICENSE"
],
"dependencies": {
"moment": ">=2.8.0 <2.11.0"
},
"devDependencies": {
"bower": "1.6.3",
"coveralls": "2.11.4",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.9.2",
"grunt-karma": "0.12.1",
"grunt-ngdocs": "0.2.9",
"jasmine-core": "2.3.4",
"karma": "0.13.14",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"load-grunt-tasks": "3.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"bower": "node_modules/.bin/bower install",
"test": "node_modules/.bin/grunt test",
"build": "node_modules/.bin/grunt build"
}
}