-
Notifications
You must be signed in to change notification settings - Fork 375
/
package.json
49 lines (49 loc) · 1.12 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": "notie",
"description": "notie - a clean and simple notification, input, and selection suite for javascript, with no dependencies",
"author": "Jared Reich",
"version": "4.3.1",
"main": "./dist/notie.min.js",
"files": [
"dist/",
"src/"
],
"scripts": {
"dev": "gulp",
"build": "gulp clean && gulp script && gulp style"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredreich/notie.git"
},
"keywords": [
"javascript",
"notification",
"alert",
"prompt",
"confirm",
"growl",
"toast",
"message"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jaredreich/notie/issues"
},
"homepage": "https://jaredreich.com/notie",
"devDependencies": {
"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"babel-preset-es2015": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"del": "2.2.2",
"eslint-config-jared": "1.2.0",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-webpack": "1.5.0",
"run-sequence": "1.2.2",
"webpack": "2.2.1"
}
}