-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "envy-blog",
"version": "1.4.1",
"description": "[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s)",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maheshwaghmare/_s.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.3",
"grunt": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^1.0.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^1.1.0",
"grunt-wp-i18n": "^0.5.4",
"postcss-flexibility": "^1.0.3"
},
"bugs": {
"url": "https://github.com/maheshwaghmare/_s/issues"
},
"homepage": "https://github.com/maheshwaghmare/_s#readme",
"dependencies": {}
}