-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 778 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 778 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
{
"name": "webcomponents-sandbox",
"description": "",
"repository": "https://github.com/simshanith/webcomponents-sandbox",
"readme": "README.md",
"devDependencies": {
"autoprefixer-stylus": "^0.3.0",
"csso-stylus": "0.0.3",
"grunt": "^0.4.5",
"grunt-browser-sync": "^1.5.2",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jade": "^0.13.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-diff-copy": "^0.1.4",
"grunt-vulcanize": "^0.4.1",
"load-grunt-config": "^0.13.2",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"time-grunt": "^1.0.0",
"underscore.string": "~2.3.3"
}
}