-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 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
{
"name": "illusion",
"description": "Illusion simplifies the creation of things for the web.",
"version": "5.0.0",
"homepage": "https://illusion.timble.net",
"author": "The Illusion Authors (https://github.com/timble/illusion/graphs/contributors)",
"repository": {
"type": "git",
"url": "https://github.com/timble/illusion.git"
},
"bugs": {
"url": "https://github.com/timble/illusion/issues"
},
"license": "MIT",
"devDependencies": {
"caniuse-db": "*",
"grunt": "^1.0.3",
"grunt-browser-sync": "^2.2.*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^3.0.*",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.*",
"grunt-modernizr": "1.0.*",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.0",
"grunt-shell": "^2.1.*",
"gumshoe": "git+https://github.com/cferdinandi/gumshoe.git#master",
"jit-grunt": "^0.10.*",
"node-sass": "4.9.4",
"smooth-scroll": "git+https://github.com/cferdinandi/smooth-scroll.git#master",
"time-grunt": "^1.3.*"
},
"dependencies": {
"autoprefixer": "^9.2.1"
}
}