forked from smashingmagazine/old-wordpress-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 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
28
29
30
31
32
33
{
"name": "smashing-magazine",
"version": "0.1.0",
"author": "Marco Kunz",
"repository": {
"type": "git",
"url": "git+https://github.com/inpsyde/smashing-magazin.git"
},
"devDependencies": {
"babelify": "^6.1.0",
"doxdox": "^0.1.14",
"grunt": "^0.4.5",
"grunt-autoprefixer": "*",
"grunt-browserify": "^3.8.0",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "^0.6.1",
"grunt-lineending": "^0.2.4",
"matchdep": "*"
},
"dependencies": {
"fastclick": "^1.0.6",
"layzr.js": "^2.0.2"
},
"bugs": {
"url": "https://github.com/inpsyde/smashing-magazin/issues"
},
"homepage": "https://github.com/inpsyde/smashing-magazin#readme",
"main": "gruntfile.js"
}