This repository was archived by the owner on Apr 2, 2025. It is now read-only.
forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 KB
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
53
54
55
56
57
58
59
60
{
"name": "Iguana-GUI",
"version": "1.1.2",
"description": "Iguana GUI",
"main": "gulpfile.js",
"scripts": {
"app": "cd ~/iguana/Iguana-GUI/mytests/iguana/iguana && npm start ",
"dev": "gulp dev",
"prod": "gulp prod",
"test": "karma start karma.conf.js",
"test-single": "karma start karma.conf.js --single-run"
},
"dependencies": {
"csslint-stylish-custom": "git://github.com/SuperNETorg/csslint-stylish-custom.git#master",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.1",
"gulp-csslint": "^1.0.0",
"gulp-image": "^2.7.2",
"gulp-inject-partials": "^1.0.2",
"gulp-jscs": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.8",
"karma-junit-reporter": "^0.4.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"run-sequence": "^1.2.2"
},
"devDependencies": {
"angular-mocks": "^1.6.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-json-fixtures-preprocessor": "0.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/SuperNETorg/Iguana-GUI"
},
"keywords": [
"iguana"
],
"author": "supernet",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuperNETorg/Iguana-GUI/issues"
},
"homepage": "https://github.com/SuperNETorg/Iguana-GUI"
}