-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "ng-showdown",
"version": "1.1.0",
"description": "Official Showdown integration with AngularJS",
"authors": [
"Estevão Santos (https://github.com/tivie)",
"SyntaxRules (https://github.com/SyntaxRules)"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/ng-showdown.git",
"web": "https://github.com/showdownjs/ng-showdown"
},
"license": "BSD-2-Clause",
"main": "./dist/ng-showdown.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"angular": "^1.7.5",
"showdown": "^1.9.0",
"angular-sanitize": "^1.7.5"
},
"devDependencies": {
"angular-mocks": "^1.7.5",
"chai": "^4.2.0",
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^3.0.0",
"grunt-simple-mocha": "^0.4.0",
"jscs": "^3.0.7",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "*",
"phantomjs": "^2.1.7",
"should": "^13.2.3",
"source-map-support": "^0.5.9"
}
}