-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "winchjs",
"version": "1.3.0",
"authors": [
"Sean Cady <sean.cady@ge.com>"
],
"keywords": [],
"description": "Image lazy loading plugin for AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/GeneralElectric/winchjs"
},
"dependencies": {},
"devDependencies": {
"chai": "^2.2.0",
"chai-spies": "^0.5.1",
"grunt": "0.4.x",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "0.7.x",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jscs": "^1.6.0",
"karma": "^0.12.31",
"karma-coverage": "^0.3.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.2.4"
},
"engines": {
"node": ">= 0.8.26"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start karma.conf.js",
"travis": "node node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"bugs": {
"url": "https://github.com/GeneralElectric/winchjs/issues"
},
"homepage": "https://github.com/GeneralElectric/winchjs",
"main": "winch.js",
"directories": {
"example": "example"
},
"author": "Sean Cady <sean.cady@ge.com>",
"license": "MIT"
}