-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 984 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
32
33
34
35
36
37
38
39
40
41
{
"name": "chaira-ng-cordova",
"version": "0.1.0",
"description": "AngularJS Chaira library for use with Apache Cordova projects",
"author": {
"name": "Cristiam Diaz",
"email": "[email protected]"
},
"homepage": "http://github.com/florenciajs/chaira-ng-cordova",
"devDependencies": {
"angular": "^1.4.7",
"angular-mocks": "^1.4.7",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.3.4",
"jssha": "1.6.0",
"karma": "0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "^0.2.1"
},
"keywords": [
"angularjs",
"uniamazonia",
"api",
"chaira",
"udla",
"ionic framework"
],
"license": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"phantomjs": "^2.1.7"
}
}