-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 889 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
33
34
{
"name": "pickomino",
"version": "1.0.0",
"dependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-ui-router": "^0.3.1",
"bower": "^1.7.9",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"jasmine-expect": "^2.0.2",
"karma": "^1.2.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-matchers": "^2.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"phantomjs": "^2.1.7"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/metakata/Symfony_Pickomino.git"
}
}