blob: cb3e81d928760f06e9cfc5edac2968acc5c72313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "ionic-pullup",
"private": false,
"version": "1.0.3",
"description": "Ionic pull up footer",
"repository": "https://github.com/arielfaur",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"jasmine-core": "^2.3.4",
"karma": "~0.12",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"protractor": "^2.1.0",
"shelljs": "^0.2.6"
}
}
|