forked from just-boris/angular-ymaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 913 Bytes
/
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
{
"author": "https://github.com/just-boris",
"name": "angular-ymaps",
"scripts": {
"prepublish": "bower install",
"dev": "karma start --no-single-run",
"test": "grunt"
},
"version": "0.1.0",
"repository": "[email protected]:just-boris/angular-ymaps.git",
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"grunt": "^0.4.5",
"grunt-build-control": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.12.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.2",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"node-markdown": "^0.1.1",
"phantomjs": "^1.9.17",
"underscore": "^1.8.3"
}
}