-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "mm.angular-fullpage.js",
"version": "1.3.8",
"description": "Angular directive for use the jQuery fullPage.js library on Angular.js v1.x",
"main": "dist/mm.angular-fullpage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:mmautomatizacion/mm.angular-fullpage.js.git"
},
"keywords": [
"angular",
"fullpage",
"fullpage.js"
],
"author": "Manuel Martínez Automatización y Pesaje Industrial, S.L.U.",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmautomatizacion/mm.angular-fullpage.js/issues"
},
"homepage": "https://github.com/mmautomatizacion/mm.angular-fullpage.js#readme",
"files": [
"dist",
"package.json",
"README.md"
],
"devDependencies": {
"del": "^2.2.1",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
},
"dependencies": {
"jquery": ">=1.6.0"
}
}