-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 727 Bytes
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
{
"name": "carbonCalculator",
"version": "0.1.0",
"author": "John Osterman",
"private": true,
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "*",
"grunt-browserify": "^5.2.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssc": "*",
"grunt-htmlhint": "*",
"grunt-postcss": "^0.8.0",
"htmlhint": "^0.9.13",
"matchdep": "*",
"postcss-import": "^11.0.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}