mirror of
https://github.com/Raghu-Ch/es6play.git
synced 2026-02-10 12:53:02 -05:00
initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "drones",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "lite-server"
|
||||
},
|
||||
"author": "Raghu Ch",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"es6-module-loader": "^0.17.11",
|
||||
"eslint": "^4.19.1",
|
||||
"traceur": "0.0.111"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lite-server": "^2.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user