-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "dis-tida-ui2",
"version": "2.0.2",
"description": "JavaScript Tida UI (Version 2)",
"authors": [
"Philipp Meisen <[email protected]>"
],
"scripts": {
"test": "grunt 02-compile-sources"
},
"main": "dist/dis-tida-ui2.js",
"repository": {
"type": "git",
"url": "https://github.com/pmeisen/dis-timeintervaldataanalyzer-ui2",
"bump": "git://github.com/pmeisen/dis-timeintervaldataanalyzer-ui2.git"
},
"keywords": [
"time-interval-data",
"tida",
"analyses",
"time",
"interval",
"time interval"
],
"license": "MIT",
"private": false,
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-bower-install-simple": "1.2.3",
"grunt-bump": "0.8.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-execute": "0.2.2",
"grunt-publish": "1.0.0",
"grunt-replace": "^1.0.1",
"grunt-sync-json": "0.4.0",
"main-bower-files": "2.13.1",
"requirejs": "2.3.3"
}
}