Skip to content

Commit 73000b3

Browse files
committed
[fix] Add missing package.json, need by npm
[fix] Upgrade to angular 1.5.11 - fix ionic-team#37
1 parent 816a8b2 commit 73000b3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <[email protected]>",
8+
"Adam Bradley <[email protected]>",
9+
"Ben Sperry <[email protected]>"
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

Comments
 (0)