-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "SQLSearchWP-Casjobs",
"version": "1.0.0",
"author": "Bonnie Souter <[email protected]>, William Harrington <[email protected]>",
"description": "SDSS SQLSearch Plugin for WordPress",
"license": "MIT",
"homepage": "http://voyages.sdss.org",
"repository": {
"type": "git",
"url": "https://github.com/idies/SQLSearchWP-Casjobs.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
},
"engines": {
"node": ">= 0.10.2"
},
"devDependencies": {
"autoprefixer": ">=6.3.3",
"bower": ">=1.7.7",
"grunt": "^1.0.4",
"grunt-contrib-concat": ">=1.0.0",
"grunt-contrib-jshint": ">=1.0.0",
"grunt-contrib-less": ">=1.2.0",
"grunt-contrib-uglify": ">=0.11.1",
"grunt-contrib-watch": ">=0.6.1",
"grunt-cssnano": ">=2.0.1",
"grunt-postcss": ">=0.7.0",
"load-grunt-tasks": ">=3.4.0",
"pixrem": ">=3.0.0",
"time-grunt": ">=1.3.0"
},
"dependencies": {
"grunt-cli": "^1.3.2"
}
}