forked from cletourneau/angular-bootstrap-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 851 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-datepicker",
"version": "0.1.0",
"description": "some description",
"main": "angular-datepicker.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carl Letourneau",
"license": "Apache License, Version 2.0",
"devDependencies": {
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.3",
"karma-coffee-preprocessor": "0.1.0",
"karma": "0.10.2",
"karma-ng-scenario": "0.1.0",
"phantomjs": "1.9.1-0",
"coffee-script": "1.6.3",
"grunt": "0.4.1",
"grunt-contrib-concat": "0.3.0",
"grunt-cli": "0.1.9",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-coffee": "0.7.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-contrib-uglify": "0.2.4"
}
}