forked from anareyna/atomic-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 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
42
43
44
45
{
"name": "atomic-starter",
"description": "Structure for development projects inspired in Atomic Design.",
"version": "1.0.0",
"main": "index.js",
"author": "Ana Reyna @anareyna",
"license": "MIT",
"scripts": {
"styleguide-init": "./node_modules/.bin/nucleus init",
"styleguide-config": "./node_modules/.bin/nucleus --config config.nucleus.json",
"styleguide": "./node_modules/.bin/nucleus"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-cli": "6.16.0",
"babel-preset-es2015": "^6.16.0",
"browser-sync": "2.7.7",
"gulp": "3.9.0",
"gulp-babel": "6.1.2",
"gulp-bower": "0.0.13",
"gulp-coffee": "2.3.1",
"gulp-concat": "2.6.0",
"gulp-consolidate": "0.1.2",
"gulp-iconfont": "1.0.1",
"gulp-imagemin": "2.3.0",
"gulp-jshint": "1.11.2",
"gulp-lodash": "0.1.1",
"gulp-plumber-notifier": "0.0.3",
"gulp-postcss": "^6.1.1",
"gulp-pug": "3.0.4",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sass-glob": "1.0.6",
"gulp-sourcemaps": "^1.7.3",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.6",
"gulp.spritesmith": "3.8.2",
"imagemin-pngquant": "4.1.2",
"jshint-stylish": "2.0.1",
"lodash": "3.10.1",
"lost": "^7.0.3",
"nucleus-styleguide": "^1.0.7",
"run-sequence": "1.1.2"
}
}