-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 982 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
31
32
{
"name": "adp-job-description-formatter",
"version": "1.0.0",
"description": "Internal tool used for formatting ADP job descriptions.",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html -d dist/",
"dev": "npm run start",
"start": "parcel src/index.html -d dev/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"parcel-bundler": "^1.11.0"
},
"author": {
"name": "Austin Gordon",
"email": "gordon.austin2@gmail.com",
"url": "https://www.austinleegordon.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/hutsoninc/adp-job-description-formatter.git"
},
"license": "MIT"
}