-
Notifications
You must be signed in to change notification settings - Fork 493
/
package.json
51 lines (51 loc) · 1.11 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
50
51
{
"name": "vex-js",
"version": "4.1.0",
"description": "Beautiful, functional dialogs in vanilla JavaScript",
"contributors": [
"Adam Schwartz <[email protected]>",
"Brendan Batliner <[email protected]>",
"Mark Stosberg <[email protected]>"
],
"license": "MIT",
"main": "dist/js/vex.js",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/vex.git"
},
"dependencies": {
"classlist-polyfill": "1.2.0",
"domify": "1.4.0",
"es6-object-assign": "1.1.0",
"vex-dialog": "1.1.0"
},
"devDependencies": {
"autoprefixer": "7.1.3",
"browserify": "16.1.0",
"grunt": "1.0.2",
"grunt-browserify": "5.2.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-uglify": "3.3.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "2.0.0",
"load-grunt-tasks": "3.5.2",
"standard": "10.0.3"
},
"scripts": {
"test": "standard",
"build": "grunt"
},
"standard": {
"ignore": [
"/dist"
]
},
"browserslist": [
"IE 9",
"Edge 13",
"Firefox 21",
"Chrome 23",
"Safari 6",
"Opera 15"
]
}