-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.25 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
42
43
44
45
46
47
48
49
{
"name": "corner-notie",
"version": "1.2.1",
"description": "A corner tip utility",
"main": "notie.js",
"jsnext:main": "./src/notie.js",
"scripts": {
"test": "echo lol",
"dev": "gulp",
"build": "gulp webpack && gulp browser",
"copy": "mkdir -p demo && cp index.html demo/ && cp browser/notie.js demo/",
"demo": "npm run build && npm run copy && gh-pages -d demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egoist/corner-notie.git"
},
"keywords": [
"tip"
],
"files": [
"browser",
"src",
"notie.js"
],
"author": "EGOIST",
"license": "MIT",
"bugs": {
"url": "https://github.com/egoist/corner-notie/issues"
},
"homepage": "https://github.com/egoist/corner-notie#readme",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.0.15",
"css-loader": "^0.21.0",
"gulp": "^3.9.0",
"gulp-serve": "^1.2.0",
"gulp-util": "^3.0.7",
"postcss-cssnext": "^2.5.2",
"postcss-loader": "^0.7.0",
"postcss-mixins": "^2.1.1",
"postcss-nested": "^1.0.0",
"style-loader": "^0.13.0",
"svg-inline-loader": "^0.3.0",
"webpack": "^1.12.2"
}
}