-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 818 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 818 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
{
"name": "learnmodules",
"version": "1.0.0",
"description": "Learn JS modules with cutting-edge never-before-made lots-of-compound adjectives techniques. It's actually just an interactive guide",
"main": "awful.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Montana-Code-School/learnModules.git"
},
"author": "Mark Buckner <buckner.a.mark@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Montana-Code-School/learnModules/issues"
},
"homepage": "https://github.com/Montana-Code-School/learnModules#readme",
"devDependencies": {
"babel-preset-import-export": "^1.0.2"
},
"dependencies": {
"babel-cli": "^6.26.0"
}
}