-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "alt-notify",
"version": "0.3.4",
"description": "Alerts, flush, whatever for Alt.",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run",
"babel": "./node_modules/.bin/babel ./src -d ./dist --stage=0 --ignore \"__tests__\""
},
"repository": {
"type": "git",
"url": "git://github.com/sourcescript/alt-notify.git"
},
"keywords": [
"alt",
"notify",
"flux",
"flash",
"alert"
],
"author": "Kier Borromeo <[email protected]> (http://srph.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sourcescript/alt-notify/issues"
},
"homepage": "https://github.com/sourcescript/alt-notify",
"dependencies": {
"alt": "0.15.5",
"react": "0.13.1"
},
"devDependencies": {
"babel": "^5.1.10",
"babel-core": "^5.0.12",
"babel-loader": "^5.1.4",
"chai": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.4",
"node-libs-browser": "^0.5.2",
"phantomjs-polyfill": "0.0.1",
"polyfill-function-prototype-bind": "0.0.1",
"script-loader": "^0.6.1",
"sinon": "^1.14.1",
"webpack": "^1.9.10"
}
}