-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
33
34
35
36
37
38
39
40
41
{
"name": "prithajnath.github.io",
"version": "1.0.0",
"description": "Linux/UNIX command line style portfolio",
"babel": {
"presets": [
"latest",
"es2015",
"stage-0"
]
},
"main": "js/terminal.js",
"scripts": {
"build": "browserify js/terminal.js | uglifyjs -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prithajnath/prithajnath.github.io.git"
},
"author": "Prithaj Nath",
"license": "ISC",
"bugs": {
"url": "https://github.com/prithajnath/prithajnath.github.io/issues"
},
"homepage": "https://github.com/prithajnath/prithajnath.github.io#readme",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browserify": "^14.3.0",
"firebase": "^3.9.0",
"jquery": "^3.2.1",
"uglify-es": "^3.1.10",
"uglify-js": "^2.8.22",
"webpack": "^3.8.1"
}
}