forked from rse/es6-features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 717 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "es6-features",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"babel-cli": "~6.26.0",
"babel": "~6.23.0",
"babel-preset-es2015": "~6.24.1"
},
"dependencies": {
"normalize.css": "~7.0.0",
"typopro-web": "~3.7.6",
"font-awesome": "~4.7.0",
"director": "~1.2.8",
"jquery": "~3.2.1",
"mousetrap": "~1.6.1"
}
}