-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "unigrid-css",
"version": "1.0.1",
"description": "unigrid css",
"main": "README.md",
"scripts": {
"gulp": "gulp",
"prestart": "npm install",
"build": "npm install && gulp",
"start": "gulp --dev",
"test": "npm run build"
},
"keywords": [
"toolkit",
"styleguide",
"framework",
"scaffold",
"patterns",
"library"
],
"author": "tdascoli",
"licenses": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tdascoli/unigrid2.git"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=2.0.0"
},
"devDependencies": {
"babel-core": "^5.2.17",
"babel-loader": "5.0.0",
"browser-sync": "^2.7.1",
"del": "^1.1.1",
"fabricator-assemble": "^1.1.7",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"imports-loader": "^0.6.3",
"run-sequence": "^1.0.2",
"node-sass-tilde-importer": "latest",
"script-loader": "^0.6.1",
"findup-sync": "1.0.0",
"webpack": "^1.8.11"
},
"dependencies": {
"bootstrap": "4.0.0-beta.2",
"popper.js": "^1.12.3",
"jquery": "^3.0.0"
}
}