-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.24 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
48
49
50
51
52
{
"name": "wildstring",
"version": "1.0.10",
"description": "Simple String Wildcard Handling",
"main": "wildstring.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/deltreey/wildstring"
},
"keywords": [
"wildcard",
"string",
"interpolation"
],
"author": {
"name": "Ted",
"email": "[email protected]",
"url": "https://github.com/deltreey"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/deltreey/wildstring/issues"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.4",
"chai": "^3.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.6.7",
"grunt-karma": "^0.12.0",
"grunt-mocha-cli": "^1.12.0",
"grunt-versioner": "^0.1.7",
"jshint-stylish": "^1.0.1",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.5",
"phantomjs": "^2.1.0",
"time-grunt": "^1.1.0"
}
}