forked from mauricecruz/zero-base-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 760 Bytes
/
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
{
"name": "zero-base-themes",
"version": "0.0.2",
"description": "Chrome Devtools themes using the Zero-Base Template",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mauricecruz/zero-base-themes.git"
},
"author": "Maurice Cruz",
"license": "MIT",
"bugs": {
"url": "https://github.com/mauricecruz/zero-base-themes/issues"
},
"homepage": "https://github.com/mauricecruz/zero-base-themes#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.0.0"
}
}