-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
{
"name": "@noinfopath/noinfopath-data",
"shortName": "noinfopath-data",
"version": "2.1.2",
"description": "noInfoPath data module",
"license": "MIT",
"author": "noInfoPath <info@noInfoPath.org> (http://www.noinfopath.org/)",
"main": "noinfopath-data.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/noInfoPath/noInfopath-data.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@noinfopath/noinfopath": "^0.2.5",
"@noinfopath/noinfopath-user": "^1.2.3",
"angular": "^1.7.1",
"dexie": "^1.5.1",
"moment": "^2.22.2",
"ng-lodash": "^0.2.3"
},
"devDependencies": {
"angular-mocks": "1.4.8",
"es5-shim": "^4.5.10",
"grunt": "^0.4.5",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.2",
"grunt-nodocs": "^1.0.7",
"grunt-shell": "^2.1.0",
"grunt-version": "^1.2.1",
"jasmine-ajax": "^3.4.0",
"jasmine-core": "^2.99.1",
"jsdoc": "^3.5.5",
"jshint-stylish": "^1.0.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-html-reporter": "^0.2.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-verbose-reporter": "0.0.1",
"phantomjs": "^1.9.15"
}
}