-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 Bytes
/
package.json
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
33
34
35
36
37
{
"name": "atcon",
"version": "1.0.4",
"description": "atom conditions",
"main": "index.js",
"scripts": {
"compile": "babel src/atcon.js -o index.js",
"test": "mocha test.js",
"prepublish": "npm run compile && npm run test"
},
"keywords": [
"atcon",
"atom",
"conditions"
],
"author": "Xaber",
"license": "MIT",
"dependencies": {
"babel-runtime": "6.9.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xaber20110202/atcon.git"
},
"bugs": {
"url": "https://github.com/Xaber20110202/atcon/issues"
},
"homepage": "https://github.com/Xaber20110202/atcon#readme"
}