forked from rafaelcavalcante/microshare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 668 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "microshare",
"version": "1.0.0",
"description": "O MicroShare é um simples código para atender as necessidades mais básicas de compartilhamento entre as redes sociais mais comuns.",
"scripts": {
"watch": "npm run gul -- watch",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelcavalcante/microshare"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rafaelcavalcante/microshare/issues"
},
"homepage": "https://github.com/rafaelcavalcante/microshare#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.0"
}
}