forked from levhita/picrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 822 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 822 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
{
"name": "picrary",
"version": "1.0.0",
"description": "jQuery plugin that once a container is created it searches for all the images and replace them for a new element <figure> which contains the image <img> along with a <figcaption>with the attribute alt text of the image. ",
"main": "lib/picrary.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/adaramirez/picrary.git"
},
"author": "Navy & Ada",
"license": "ISC",
"bugs": {
"url": "https://github.com/adaramirez/picrary/issues"
},
"homepage": "https://github.com/adaramirez/picrary#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}