-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
50 lines (50 loc) · 1.09 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
{
"name": "angular-fullpage.js",
"description": "A simple angular directive for fullPage.js",
"version": "0.2.6",
"main": "angular-fullpage.min.js",
"repository": {
"type": "git",
"url": "git://github.com/hellsan631/angular-fullpage.js.git"
},
"keywords": [
"fullpage",
"angular",
"directive",
"jquery",
"scrolling",
"single_page",
"one_page",
"sliding"
],
"files": [
"sample",
"angular-fullpage.js",
"angular-fullpage.min.js",
"package.json",
"README.md"
],
"scripts": {
"start": "gulp serve",
"post-install": "bower install"
},
"dependencies": {
"angular": ">=1.2.0",
"fullpage.js": "~2.7.7"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.4.0",
"gulp-webserver": "^0.9.1"
},
"authors": [
"Mathew Kleppin <[email protected]>"
],
"homepage": "http://hellsan631.github.io/angular-fullpage.js/",
"bugs": {
"url": "https://github.com/hellsan631/angular-fullpage.js/issues"
},
"license": "MIT"
}