-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 921 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": "permutationTypography",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "filewatcher src/*.js 'npm run build'",
"build": "rollup src/index.js -f iife --globals Ramda:R | babel --presets es2015 | uglifyjs -m -c > app.min.js",
"start": "npm run watch & harp server & browser-sync start --proxy 'localhost:9000' --files index.jade app.min.js",
"publish": "trash www && npm run build && harp compile && cd www && surge"
},
"keywords": [],
"author": "Philip Young Gunawan <[email protected]> (http://www.philipyoungg.com)",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
}
}