forked from alexpate/juniorjobs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 903 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
25
26
27
28
29
30
{
"name": "JuniorJobs",
"description": "A statically generated listing of junior level jobs in tech",
"version": "0.0.1",
"author": "Alex Pate",
"bugs": "https://github.com/alexpate/juniorjobs/issues",
"dependencies": {
"babel-preset-env": "^1.3.2",
"reshape": "^0.4.1",
"reshape-minify": "^0.1.2",
"reshape-content": "^0.2.0",
"reshape-expressions": "^0.1.5",
"reshape-include": "^0.3.0",
"reshape-layouts": "^0.2.1",
"spike-core": "^1.0.0",
"spike-css-standards": "^1.0.0",
"webpack": "^2.3.3"
},
"devDependencies": {},
"homepage": "https://github.com/alexpate/juniorjobs",
"main": "app.js",
"private": "true",
"repository": "https://github.com/alexpate/juniorjobs",
"scripts": {
"precommit": "npm run lint -s",
"pretest": "npm run lint -s",
"build": "spike compile",
"deploy": "npm run build && s3_website push"
}
}