-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (40 loc) · 1.09 KB
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": "baseline",
"version": "0.0.1",
"description": "A UI/UX framework...",
"repository": {
"type": "git",
"url": "https://github.com/9bitStudios/baseline.git"
},
"homepage": "http://www.9bitstudios.com",
"dependencies": {
"jquery": "3.2.x"
},
"devDependencies": {
"browserify": "*",
"babelify": "*",
"babel-core": "*",
"babel-loader": "*",
"babel-preset-es2015": "*",
"gulp": "*",
"vinyl-source-stream": "*",
"gulp-sass": "*",
"gulp-streamify": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"grunt": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-sass": "*",
"grunt-browserify": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-watch": "*",
"webpack": "*",
"extract-text-webpack-plugin": "*",
"node-sass": "*",
"sass-loader": "*",
"css-loader": "*",
"style-loader": "*"
}
}