-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 885 Bytes
/
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
{
"name": "CampfireJS",
"version": "0.1.2",
"description": "A pure JavaScript tool for creating interactive experiences and stories.",
"repository": "https://www.github.com/lawsonry/campfirejs",
"author": "Jesse Lawson <jesse@lawsonry.com>",
"license": "GPL-3.0-or-later",
"scripts": {
"the-build": "./node_modules/.bin/minify src/campfire.js --out-file dist/campfire.min.js",
"post-build": "node postbuild.js",
"build": "npm run-script the-build && npm run-script post-build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-minify": "^0.4.3",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-plugin-minify-mangle-names": "^0.4.3",
"babel-plugin-minify-simplify": "^0.4.3",
"babel-preset-minify": "^0.4.3"
},
"dependencies": {
"npm": "^6.2.0"
}
}