-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
36 lines (36 loc) · 842 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
33
34
35
36
{
"name": "init",
"version": "0.0.1",
"description": "A quick way to go to the first commit of a repo",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/FarhadG/init.git"
},
"keywords": [
"init",
"first page",
"first commit",
"oldest page",
"oldest commit",
"beginning"
],
"author": "Farhad Ghayour",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-function-to-arrow": "^0.1.1",
"babel-preset-babili": "0.0.8",
"concat-stream": "^1.5.2",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4"
}
}