forked from owlsomely/angular-image-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "angular-image-zoom",
"version": "0.1.0",
"description": "ImageZoom AngularJS directive for zooming images",
"keywords": [
"angular",
"angularjs"
],
"main": "src/image-zoom.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:louiseowl/image-zoom-js.git"
},
"author": {
"name": "Chen Liang",
"email": "[email protected]",
"url": "http://chen.technology"
},
"license": "MIT",
"devDependencies": {
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-karma": "~0.8.3",
"karma": "~0.12.21",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "~0.2.3",
"karma-mocha": "~0.1.7",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "^1.0.0",
"mocha": "~1.21.4",
"sinon": "~1.10.3"
}
}