forked from frictionlessdata/website-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
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
{
"name": "frictionlessdata",
"version": "1.0.0",
"specsBranchOrTag": "master",
"devDependencies": {
"autoprefixer": "^7.1.2",
"bootstrap": "4.0.0-beta",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-modernizr": "^1.0.2",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-svgstore": "^1.0.0",
"jquery": "^3.2.1",
"jquery.mmenu": "^6.1.7",
"popper": "^1.0.0",
"pygments-rouge-css": "^0.1.0",
"shelljs": "^0.7.8",
"smooth-scroll": "^12.1.5"
},
"scripts": {
"build": "grunt specs && grunt icons && grunt sass && grunt postcss && grunt modernizr"
},
"dependencies": {
"handlebars": "^4.0.11",
"popper.js": "^1.14.4",
"uglify-js": "^2.8.29"
}
}