-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 817 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 817 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
41
{
"name": "once-css",
"version": "1.0.0",
"description": "Once CSS library",
"main": "gulpfile.js",
"scripts": {
"test": "gulp build",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/niant/once.git"
},
"keywords": [
"once",
"css",
"framework",
"atomic",
"oocss"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/niant/once/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.5.2",
"gulp-dart-sass": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"rimraf": "^3.0.2",
"sass": "^1.30.0"
},
"engines": {
"node": ">=14.0.0"
}
}