We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816a8b2 commit 73000b3Copy full SHA for 73000b3
1 file changed
package.json
@@ -0,0 +1,31 @@
1
+{
2
+ "name": "ionic",
3
+ "version": "1.3.5",
4
+ "codename": "hong kong",
5
+ "homepage": "https://github.com/ionic-team/ionic-v1",
6
+ "authors": [
7
+ "Max Lynch <max@drifty.com>",
8
+ "Adam Bradley <adam@drifty.com>",
9
+ "Ben Sperry <ben@drifty.com>"
10
+ ],
11
+ "description": "Advanced HTML5 hybrid mobile app development framework.",
12
+ "keywords": [
13
+ "mobile",
14
+ "html5",
15
+ "ionic",
16
+ "cordova",
17
+ "phonegap",
18
+ "trigger",
19
+ "triggerio",
20
+ "angularjs",
21
+ "angular"
22
23
+ "license": "MIT",
24
+ "private": false,
25
+ "dependencies": {
26
+ "angular": "1.5.11",
27
+ "angular-animate": "1.5.11",
28
+ "angular-sanitize": "1.5.11",
29
+ "angular-ui-router": "0.2.18"
30
+ }
31
+}
0 commit comments