-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 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
{
"name": "eventer.js",
"version": "1.0.0",
"description": "an event implement for javascript",
"main": "Eventer.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel-register",
"dist": "rollup -c",
"start": "npm run dist & NODE_ENV=production npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joenil/Eventer.js.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/joenil/Eventer.js/issues"
},
"homepage": "https://github.com/joenil/Eventer.js#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint": "^3.7.0",
"mocha": "^3.1.0",
"rollup": "^0.36.1",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1"
}
}