Files
cypress/packages/static/package.json
2017-06-07 16:27:00 -04:00

15 lines
309 B
JSON

{
"name": "@packages/static",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "echo '@packages/static needs: npm run build'",
"build": "gulp build",
"test": "echo 'Nothing to test yet'"
},
"devDependencies": {
"@cypress/icons": "0.5.4",
"gulp": "^3.9.1"
}
}