forked from zetagraph/monoset
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
40 lines (38 loc) · 956 Bytes
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
{
"name": "monoset",
"version": "1.0.1",
"description": "Drupal 8 Theme",
"author": "Andrei Zvonkov < zvonkov@gmail.com>",
"homepage": "http://subtleshift.net",
"repository": {
"type": "git",
"url": "git@github.com:zetagraph/monoset.git"
},
"bugs": {
"url": "https://github.com/zetagraph/monoset/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"devDependencies": {
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.0.0",
"browser-sync": "^2.7.5",
"gulp-autoprefixer": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.1",
"gulp-shell": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.11.0",
"jshint-stylish": "^2.0.0",
"gulp-uglify": "^1.2.0",
"gulp-beautify": "^1.1.2"
},
"scripts": {
"postinstall": "find ./node_modules/ -name '*.info' -type f -delete"
}
}