-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
45
46
47
48
49
50
51
52
{
"name": "mfw-deep-links-ionic",
"version": "1.0.5",
"description": "MFW Deep links library for Ionic 1.* apps",
"author": "Juan Belmonte Rodríguez <[email protected]> (https://github.com/jbelmonte)",
"contributors": [
"Jordi Escudero Subirana <[email protected]> (https://github.com/jordiescudero)"
],
"license": "SEE LICENSE IN LICENSE",
"private": true,
"files": [
"src"
],
"main": "dist/mfw-ionic-inapp-browser.service.js",
"repository": {
"type": "git",
"url": "https://github.com/worldline-spain/mfw-deep-links-ionic"
},
"bugs": {
"url": "https://github.com/worldline-spain/mfw-deep-links-ionic/issues",
"email": "[email protected]"
},
"keywords": [
"MFW",
"Ionic",
"deep links",
"URL scheme",
"$mwfiDeepLinks"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-ngdocs": "^0.2.9",
"load-grunt-tasks": "^3.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "npm run bower",
"bower": "node_modules/.bin/bower install",
"lint": "node_modules/.bin/grunt lint",
"build": "node_modules/.bin/grunt build",
"docs": "node_modules/.bin/grunt docs",
"deliver": "npm run build && npm run docs"
}
}