-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
53
54
55
56
57
58
{
"name": "toccata",
"description": "Cresc Toccata is the utility for AngularJS >= 1.3.14 / Angular 2",
"version": "0.2.1",
"author": "Crescware",
"bugs": {
"url": "https://github.com/crescware/toccata/issues"
},
"devDependencies": {
"babel": "^5.1.11",
"babel-core": "^5.1.11",
"babel-plugin-espower": "^0.2.1",
"browserify": "^9.0.8",
"del": "^1.1.1",
"dtsm": "^0.9.1",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.1",
"gulp-shell": "^0.4.0",
"licensify": "^1.1.0",
"nightmare": "^1.8.1",
"power-assert": "^0.11.0",
"proxyquire": "^1.4.0",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"superstatic": "^2.2.0",
"tslint": "^2.1.1",
"typescript": "^1.5.0-alpha",
"watchify": "^3.1.1"
},
"homepage": "https://github.com/crescware/toccata",
"keywords": [
"Angular",
"AngularJS",
"flux",
"framework"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/crescware/toccata.git"
},
"scripts": {
"1-3-14": "cd ./test/e2e/1-3-14 && ss --port 1314 &",
"1-3": " cd ./test/e2e/1-3-latest && ss --port 1300 &",
"1-4": " cd ./test/e2e/1-4-latest && ss --port 1400 &",
"2-0": " cd ./test/e2e/2-0-0-alpha-21 && ss --port 2000 &",
"allserver": "npm run 1-3-14 && npm run 1-3 && npm run 1-4 && npm run 2-0",
"build": "gulp build",
"build:fixtures": "gulp build:fixtures",
"dtsm": "dtsm install",
"e2e": "gulp e2e",
"gulpfile": "babel gulpfile.es6 -o gulpfile.js",
"test": "gulp test",
"watch": "gulp watch"
}
}