-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 858 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 858 Bytes
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
{
"name": "AngularFlipCard",
"version": "0.1.4",
"description": "The Card is one of the most lovable and fashionable UX element out at the moment. As a card, one of the basic abilities is to flip it as can be seen in Google now cards. This one implements it",
"dependencies": {},
"devDependencies": {
"karma": "~0.12.0",
"karma-jasmine": "^0.2.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "~0.0.4",
"karma-phantomjs-launcher": "~0.1",
"karma-firefox-launcher": "^0.1.4"
},
"scripts": {
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
},
"keywords": [
"angular",
"angularjs",
"card",
"flip",
"directive"
],
"author": "Ophir Stern",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/souly1/angular-flip-card.git"
}
}