forked from souly1/ng-walkthrough
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
53
54
{
"name": "ng-walkthrough",
"version": "1.0.4",
"homepage": "https://github.com/souly1/ng-walkthrough",
"authors": [
"Ophir Stern <[email protected]>"
],
"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": {
"jasmine-core": "^2.4.1",
"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": "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": "git+https://github.com/souly1/ng-walkthrough.git"
},
"bugs": {
"url": "https://github.com/souly1/ng-walkthrough/issues"
},
"main": "karma.conf.js",
"directories": {
"test": "test"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"screenshots",
"icons",
"test",
"tests"
]
}