-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 849 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 849 Bytes
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": "gsviec",
"version": "1.0.1",
"description": "Become hosting video for developer",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/duythien/gsviec.video.git"
},
"author": "Thien Tran",
"license": "ISC",
"homepage": "https://bitbucket.org/duythien/gsviec.video#readme",
"devDependencies": {
"extract-text-webpack-plugin": "^2.1.0",
"grunt": "^0.4.5",
"grunt-bump": "^0.8.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"gulp": "^3.9.1",
"webpack": "^2.3.3"
}
}