forked from timble/illusion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1012 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
34
{
"name": "illusion",
"description": "Illusion simplifies the creation of things for the web.",
"version": "8.0.2",
"homepage": "https://illusion.marsvaardig.eu",
"author": "The Illusion Authors (https://github.com/marsvaardig/illusion/graphs/contributors)",
"repository": {
"type": "git",
"url": "https://github.com/marsvaardig/illusion.git"
},
"bugs": {
"url": "https://github.com/marsvaardig/illusion/issues"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.2.1",
"caniuse-db": "*",
"grunt": "^1.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.*",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.*",
"grunt-modernizr": "1.0.2",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.0",
"grunt-shell": "^2.1.*",
"gumshoejs": "^5.1.2",
"jit-grunt": "^0.10.*",
"sass": "^1.43.2",
"smooth-scroll": "^16.1.0",
"time-grunt": "^1.3.*"
}
}