-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 976 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 976 Bytes
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
{
"name": "ractive-image",
"version": "0.1.1",
"description": "A ractive component with baked in features like lazy loading, placeholders, and basic art-direction",
"homepage": "http://fwertz.github.io/ractive-image/",
"bugs": "https://github.com/fwertz/ractive-image/issues",
"main": "ractive-image.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ractive",
"ractivejs",
"image",
"component"
],
"author": "Francis Wertz <francis.wertz@seisan.com>",
"contributors": {
"name": "Prathap Reddy",
"url": "https://github.com/svapreddy"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/fwertz/ractive-image"
},
"devDependencies": {
"css-loader": "^0.23.1",
"node-sass": "^3.4.2",
"ractive": "^0.7.3",
"ractive-loader": "^0.5.6",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.10"
}
}