forked from fireflylearning/pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "firefly-pattern-lib",
"version": "0.1.0",
"description": "Source files and build tools for Firefly front-end development patterns.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm install && gulp"
},
"author": "Danielle Huntrods (https://github.com/dkhuntrods)",
"license": "ISC",
"devDependencies": {
"async": "^1.5.0",
"browser-sync": "^2.9.11",
"consolidate": "^0.13.1",
"del": "^2.0.2",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-a11y": "^0.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.2.0",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.2",
"gulp-folders": "^1.1.0",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-jshint": "^1.12.0",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0",
"gulp-markdown": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-swig": "^0.7.4",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.6",
"lazypipe": "^1.0.1",
"less-plugin-autoprefix": "^1.5.1",
"lodash-node": "^3.10.1",
"swig": "^1.4.2",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}