-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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": "maji-extras",
"version": "1.1.0",
"license": "MIT",
"main": "lib/maji-extras.js",
"scripts": {
"test": "karma start --singleRun && npm run lint",
"watch": "karma start",
"build": "coffee --no-header -c -o lib src",
"lint": "find src/ -type f -name '*.coffee'| xargs coffeelint"
},
"repository": {
"type": "git",
"url": "https://github.com/kabisa/maji-extras"
},
"dependencies": {},
"devDependencies": {
"acorn": "~2.6.4",
"aliasify": "~1.9.0",
"backbone": "jashkenas/backbone#master",
"backbone.radio": "^2.0.0",
"browserify": "~13.0.0",
"chai": "~3.5.0",
"coffeeify": "~2.0.1",
"coffeelint": "~1.16.0",
"coffeescript": "~1.12.1",
"jquery": "^3.0.0",
"js-factories": "^1.1.1",
"karma": "~0.13.22",
"karma-browserify": "~5.1.0",
"karma-chai-plugins": "^0.7.0",
"karma-mocha": "~0.2.2",
"karma-mocha-reporter": "~2.0.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-sinon-chai": "~1.2.0",
"localforage": "~1.4.3",
"memo-is": "0.0.2",
"mocha": "~3.1.2",
"onchange": "~2.1.2",
"phantomjs-prebuilt": "~2.1.3",
"sinon": "~1.17.2",
"sinon-chai": "2.8.0",
"tiny-lr": "~0.2.1",
"uglifyify": "~3.0.1",
"underscore": "~1.8.3",
"vinyl-fs": "~2.4.2",
"watchify": "~3.7.0",
"yamlify": "~0.1.2"
},
"aliasify": {
"aliases": {
"helpers": "./src/helpers",
"factories": "./src/factories",
"components": "./src/components"
}
}
}