-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 933 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
38
39
40
{
"name": "@tinajs/tina-logo.mina",
"version": "0.2.1",
"description": "The Tina.js logo as a mina-component",
"main": "dist/index.mina",
"scripts": {
"prepublishOnly": "npm run build",
"build": "gulp"
},
"files": [
"dist"
],
"author": "yelo",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "tinajs/tina-logo.mina",
"type": "git"
},
"bugs": {
"url": "https://github.com/tinajs/tina-logo.mina/issues"
},
"homepage": "https://github.com/tinajs/tina-logo.mina#readme",
"devDependencies": {
"@tinajs/gulp-mina": "^0.1.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-json-minify": "^1.2.0",
"gulp-postcss": "^7.0.0",
"gulp-uglify": "^3.0.0",
"merge2": "^1.2.0",
"precss": "^2.0.0"
}
}