-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 884 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 884 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
{
"name": "CSSG-landing-page",
"version": "1.0.0",
"description": "Site for CSS descriptional language",
"author": "stewiekillsloiss@gmail.com",
"devDependencies": {
"assemble": "~0.4.42",
"assemble-markdown-data": "0.0.2",
"autoprefixer-stylus": "~0.5.0",
"cheerio": "~0.19.0",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-browser-sync": "~2.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-htmlmin": "~0.4.0",
"grunt-contrib-stylus": "~0.20.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-git": "~0.3.4",
"handlebars-helper-include": "~0.2.0",
"handlebars-helpers": "~0.5.8",
"jquery": "^2.2.0",
"jquery-sticky": "^1.0.3",
"load-grunt-tasks": "~3.1.0",
"skeleton.css": "^2.0.4",
"time-grunt": "~1.1.0"
}
}