-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "blip",
"version": "1.0.0",
"description": "Blip Test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arturfalcao/BlipTest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arturfalcao/BlipTest/issues"
},
"homepage": "https://github.com/arturfalcao/BlipTest#readme",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.1.0",
"browserify-shim": "^3.8.12",
"grunt-template-jasmine-requirejs": "^0.2.3",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-fontgen": "^0.2.5",
"gulp-ruby-sass": "^2.0.6",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.2",
"karma-browserify": "^5.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-requirejs": "^1.0.0",
"requirejs": "^2.2.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browserify-shim": {
"external": "global:External"
},
"dependencies": {
"angular": "^1.5.8"
}
}