-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.85 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
54
55
56
57
{
"name": "playpause",
"description": "audio playlist",
"main": "index.js",
"dependencies": {
"dot-key": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browserify": "^12.0.1",
"ios-safe-audio-context": "^1.0.1",
"node-static": "^0.7.7",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.1",
"redux": "^3.0.4",
"redux-logger": "^2.1.4",
"redux-promise": "^0.6.0-alpha",
"redux-test": "^1.0.0",
"redux-thunk": "^1.0.0",
"simple-media-element": "^1.1.0",
"sinon": "^1.17.2",
"tape": "^4.2.1",
"watchify": "^3.6.1"
},
"scripts": {
"build": "babel --extensions .es6 --ignore node_modules/**,__tests__/**,playground/** --out-dir . .",
"build:watch": "babel --watch--extensions .es6 --ignore node_modules/**,__tests__/** --out-dir . .",
"clean": "find . -name '*.js*' -type f -not -path './package.json' -not -path './node_modules/*' -exec rm {} \\;",
"prepublish": "npm run build",
"start": "watchify --debug --verbose --extension .es6 --transform babelify --outfile playground/app.js playground/app.es6 & static playground --cache 0 -a 0.0.0.0 -p 3000",
"test": "NODE_ENV=test babel-node node_modules/.bin/tape **/__tests__/*-test.es6",
"test:watch": "NODE_ENV=test nodemon --ext js,es6 --watch . --exec babel-node -- node_modules/.bin/tape **/__tests__/*-test.es6"
},
"keywords": [
"audio",
"playlist",
"redux",
"web",
"audio",
"panels",
"async",
"today"
],
"repository": {
"type": "git",
"url": "https://github.com/UXtemple/playpause.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/playpause/issues"
},
"homepage": "https://github.com/UXtemple/playpause#readme",
"author": "Darío Javier Cravero <[email protected]>"
}