forked from daniel-lundin/dom-confetti
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 775 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 775 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
{
"name": "dom-confetti",
"version": "0.1.1",
"description": "confetti with dom elements",
"main": "lib/main.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build && md2ghp",
"build": "babel src --out-dir lib",
"dev": "babel src --out-dir test --plugins transform-es2015-modules-umd"
},
"author": "d-dog@d-dog.se",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/daniel-lundin/dom-confetti.git"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.12.1",
"md2ghp": "0.0.6"
}
}