-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 927 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
37
{
"nane": "creativecoaching",
"version": "1.0.0",
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
},
"name": "creativecoaching",
"description": "**[Creative coaching](http://www.creativecoaching.com.bd)** is a student admission training center.",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kryptonitesoft/creative.git"
},
"keywords": [
"creative",
"coaching",
"laravel-app",
"angular-app"
],
"authors": [
"Md. Joynal Abedin <[email protected]>",
"Md. Sabbir Rahman <[email protected]>",
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kryptonitesoft/creative/issues"
},
"homepage": "https://github.com/kryptonitesoft/creative#readme"
}