-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 847 Bytes
/
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": "angular-carrousel",
"version": "0.1.0",
"description": "A lazy loading image carrousel directive for Angular",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/maartenvanbenthem/angular-carrousel.git"
},
"dependencies": {
"angular": "1.3.7",
"angular-route": "1.3.7",
"angular-touch": "1.3.7",
"angular-mocks": "1.3.7"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-compass": "~2.0.3 ",
"gulp-concat": "~2.4.3 ",
"gulp-sourcemaps": "~1.3.0",
"jasmine-core": "~2.1.3",
"karma-jasmine": "~0.3.4",
"karma-chrome-launcher": "~0.1.7"
},
"author": "Maarten van Benthem",
"homepage": "https://github.com/maartenvanbenthem/angular-carrousel"
}