-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
44 lines (44 loc) · 1.23 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
43
44
{
"name": "johnny-five.io",
"version": "0.0.1",
"description": "The Johnny-Five Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt bootstrap && grunt regen && grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/bocoup/johnny-five.io.git"
},
"author": "nodebotanist",
"license": "MIT",
"bugs": {
"url": "https://github.com/bocoup/johnny-five.io/issues"
},
"homepage": "https://github.com/bocoup/johnny-five.io",
"devDependencies": {
"copy-paste": "^1.3.0",
"feedparser": "^2.2.9",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-git": "^1.0.14",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^3.1.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"purecss": "^1.0.1",
"remarkable": "^2.0.0",
"request": "^2.88.0",
"yaml-front-matter": "^4.0.0"
}
}