forked from OpenF2/F2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "F2",
"description": "An open framework for the financial services industry.",
"version": "1.4.2",
"keywords": [
"openf2"
],
"homepage": "https://github.com/OpenF2/F2",
"author": "Markit On Demand, Inc",
"repository": {
"type": "git",
"url": "https://github.com/OpenF2/F2.git"
},
"bugs": {
"url": "https://github.com/OpenF2/F2/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"devDependencies": {
"express": "~3.2.4",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compress": "0.12.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-less": "~0.5.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "~0.3.3",
"grunt-http": "^2.0.0",
"handlebars": "1.0.10",
"highlight.js": "^8.5.0",
"marked": "^0.3.3",
"moment": "~2.0.0",
"pandoc": "0.2.0",
"semver": "~4.3.3",
"underscore": "^1.8.3",
"yuidocjs": "~0.3.44"
},
"engines": {
"node": ">=0.10"
},
"_releaseDate": "2015-04-24T15:49:35.542Z",
"_releaseDateFormatted": "24 April 2015"
}