This repository was archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 KB
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
{
"name": "riot-animation-context",
"version": "0.1.10",
"description": "animation-context Riot JS Tag animation context for dealing with css transitions and animated addition and removal of riot tags",
"main": "animation-context.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start",
"pub-pack": "node scripts/pack.js index.js animation-context.tag animation-context.js",
"pub-minify": "uglifyjs animation-context.js --compress --screw-ie8 --mangle > animation-context.min.js",
"pub-build": "npm run pub-pack && npm run pub-minify && npm run test",
"pub-npm": "npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/any-code/riot-animation-context.git"
},
"keywords": [
"animation",
"context",
"riot",
"Riot",
"JS",
"Tag",
"css",
"transitions",
"animated",
"addition",
"removal",
"tags",
"any-code",
"qrb",
"Lee Tagg"
],
"author": {
"name": "Lee Tagg",
"email": "lee@anycode.io",
"url": "https://github.com/qrb"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/any-code/riot-animation-context/issues"
},
"homepage": "https://github.com/any-code/riot-animation-context#readme",
"dependencies": {
"riot": ">=2.3.11"
},
"devDependencies": {
"expect.js": "^0.3.1",
"karma": "^0.13.15",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-launcher": "^0.2.1",
"karma-riot": "^1.0.1",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19"
}
}