-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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": "muce.io",
"version": "0.6.15",
"description": "Backbone based js framework with components",
"main": "index.js",
"scripts": {
"test": "karma start ./tests/karma.conf.js --auto-watch"
},
"homepage": "https://github.com/alekskorolev/muce.io",
"issues": "https://github.com/alekskorolev/muce.io/issues",
"author": {
"name": "Aleksandr Korolev",
"email": "[email protected]",
"url": "https://github.com/alekskorolev"
},
"repository": {
"type": "git",
"url": "git://github.com/alekskorolev/muce.io.git"
},
"main": "index.js",
"engines": {
"npm": ">=3.0.0",
"node": ">=4.0.0"
},
"author": "Aleksandr Korolev",
"license": "MIT",
"dependencies": {
"ehogan-loader": "latest",
"backbone": ">=1.2.3",
"jquery": ">=1.11.3",
"jquery.cookie": ">=1.4.1",
"underscore": ">=1.8.3"
},
"devDependencies": {
"babel": "latest",
"babel-core": "latest",
"babel-loader": "latest",
"babel-preset-es2015": "latest",
"babel-runtime": "latest",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"istanbul-instrumenter-loader": "^0.1.3",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"loader-utils": "^0.2.11",
"mocha": "^2.2.5",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.18",
"sass-loader": "^3.1.2",
"sinon": "git://github.com/cjohansen/Sinon.JS",
"webpack": "^1.11.0"
}
}