-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 868 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 868 Bytes
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
{
"name": "timevirtualizer",
"version": "0.0.6",
"author": "Eugene Batalov <eabatalov89@gmail.com>",
"contributors": [{
"name": "Alexandr Yanenko",
"email": "yanenkoalexandr@gmail.com"
}],
"description": "Allows to manually manipulate time flow inside JavaScript program",
"main": "dist/assembledTimeVirtualizer.js",
"repository": {
"type": "git",
"url": "https://github.com/yanenkoa/jstimevirtualizer.git"
},
"license": "MIT",
"devDependencies": {
"karma": "^0.13.8",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"browserify": "^11.0.0",
"webworkify": "^1.0.2"
},
"scripts": {
"build": "browserify lib/TimeVirtualizer.js -o dist/assembledTimeVirtualizer.js"
},
"ignore": [
"test",
"README.md",
".gitignore",
"package.json",
"karma.conf.js"
]
}