-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "aia-components-library",
"version": "1.0.0",
"description": "A collection of front-end assets developed by AIA's Developer Team for use on multiple client projects. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "browser-sync start --server --files '*.css, *.html, *.js'"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/aia/aia-components-library.git"
},
"author": "James Howell",
"license": "ISC",
"homepage": "https://bitbucket.org/aia/aia-components-library#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-ruby-sass": "^2.1.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8",
"reflex-grid": "^1.5.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"core-js": "^2.4.1"
}
}