-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 KB
/
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
37
38
39
40
41
{
"name": "sanskriti-school",
"version": "1.0.0",
"description": "Official website of Sanskriti School, New Delhi",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plibither8/sanskriti-school.git"
},
"keywords": [
"sanskriti",
"school",
"sanskriti school"
],
"author": "Mihir Chaturvedi <plibither8@gmail.com> (https://mihir.ch)",
"license": "ISC",
"bugs": {
"url": "https://github.com/plibither8/sanskriti-school/issues"
},
"homepage": "https://github.com/plibither8/sanskriti-school#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"git-scripts": "^0.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel-minify": "^0.3.0",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-html": "0.4.7",
"gulp-prettify": "^0.5.0",
"gulp-pug": "^3.3.0",
"gulp-stylus": "^2.7.0",
"gulp-surge": "0.1.0",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1"
}
}