-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.49 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
58
59
60
61
62
63
64
{
"name": "spine-awaitajax",
"version": "2.2.1",
"description": "Spine.Ajax & AwaitAjax for Spine.JS and Iced CoffeeScript await/defer pattern",
"main": "spine.ajax.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "iced --bare --map --runtime node -o ./ -c src/",
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/nextorigin/spine-awaitajax.git"
},
"keywords": [
"spine",
"iced",
"icedcoffeescript",
"await",
"defer",
"ajax",
"browser",
"jquery",
"xhr"
],
"contributors": [
"maccman",
"aeischeid",
"cengebretson",
"adambiggs",
"doublerebel"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nextorigin/spine-awaitajax/issues"
},
"homepage": "https://github.com/nextorigin/spine-awaitajax#readme",
"devDependencies": {
"browserify": "^14.4.0",
"browserify-iced-coffee-coverage": "^1.1.1",
"coffee-script": "^1.12.7",
"coveralls": "^2.13.1",
"jasmine-core": "^2.8.0",
"jquery": "^3.2.1",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.15",
"spine": "^1.6.2",
"watchify": "^3.9.0"
},
"peerDependencies": {
"spine": "^1.6.2"
},
"dependencies": {
"iced-runtime": "^1.0.3"
}
}