forked from souly1/ng-walkthrough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "ng-walkthrough",
"version": "0.2.0",
"description": "One of the most common design challenges emerging in mobile design is that of 'invitation' - creating an explanation walk through during user first interaction with the app so to engage the customer. Following Theresa Neil's design pattern from Mobile Design Pattern Gallery",
"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",
"karma-ng-html2js-preprocessor": "^0.1.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start karma.conf.js --single-run"
},
"keywords": [
"angularjs",
"directive",
"walkthrough",
"onboarding",
"walk-through",
"on-boarding",
"tour guide"
],
"author": "Ophir Stern",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/souly1/ng-walkthrough.git"
}
}