-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 816 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 816 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
30
31
32
{
"name": "es6",
"version": "1.0.0",
"description": "Learn ES6 in two days",
"main": "index.js",
"author": "Shweta",
"license": "MIT",
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"gulp": "^3.8.8",
"gulp-sass": "^2.2.0",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.2",
"karma": "^0.13.19",
"karma-browserify": "^5.0.3",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.6",
"karma-webpack": "^1.8.1",
"phantomjs": "^2.1.3",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.1.6",
"watchify": "^3.6.1",
"webpack": "^1.14.0",
"webpack-stream": "^3.2.0"
}
}