-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "project-starter",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
"Kevin Powell <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.6",
"flat": "^2.0.0",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-jsbeautifier": "^0.2.12",
"grunt-newer": "^1.2.0",
"grunt-nunjucks-2-html": "^1.0.4",
"grunt-postcss": "^0.8.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^3.1.0",
"grunt-sass-lint": "^0.2.0",
"grunt-svg-sprite": "^1.2.19",
"grunt-svgmin": "^3.2.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^6.0.1",
"semver": "^5.1.0",
"yamljs": "^0.2.7"
},
"dependencies": {
"clipboard": "^1.5.16",
"jquery": "^3.1.1",
"jquery-deserialize": "^1.3.5",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jquery.typewatch": "^2.1.0",
"js-beautify": "^1.6.8",
"svg4everybody": "^2.1.4"
}
}