-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "coffee-seed",
"version": "0.0.5",
"description": "Coffee drinking app",
"main": "bin/app.js",
"files": [
"src"
],
"scripts": {
"build": "webpack -p",
"start": "webpack --watch",
"test": "npm run mocha",
"mocha": "mocha --reporter spec --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinxwal/playground.git"
},
"author": "Sergey Chovrebov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinxwal/playground/issues"
},
"homepage": "https://github.com/sinxwal/playground",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"bootstrap-webpack": "0.0.5",
"chai": "^3.5.0",
"expose-loader": "^0.7.1",
"mocha": "^2.5.3",
"webpack": "^1.13.1"
},
"dependencies": {
"animate.css": "^3.5.1",
"babel-polyfill": "^6.9.1",
"bootstrap": "^3.3.7",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"store2": "^2.3.2",
"style-loader": "^0.13.1",
"tag-cloud": "^1.1.2",
"tingle.js": "^0.7.2",
"url-loader": "^0.5.7"
}
}