-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.69 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
{
"author" : "ariatemplates <[email protected]> (http://github.com/ariatemplates)",
"name" : "ATKitchenSink",
"description" : "The Aria Templates Kitchen Sink.",
"version" : "1.0.0",
"homepage" : "http://ariatemplates.com",
"repository" : {
"type" : "git",
"url" : "git://github.com/ariatemplates/kitchensink.git"
},
"config" : {
"blackberry10" : {
"ip" : "169.254.0.1",
"password" : "mypassword",
"pin" : "ABCD1234"
}
},
"scripts" : {
"clean" : "node build/build.js clean",
"lint" : "node build/build.js checkStyle",
"build" : "npm run-script lint && node build/build.js",
"startServerDev" : "node build/serverDev.js",
"startServerProd" : "npm run-script build && node build/serverProd.js",
"android" : "npm run-script lint && node build/build.js apps --android",
"blackberry10" : "npm run-script lint && node build/build.js apps --blackberry10",
"ios" : "npm run-script lint && node build/build.js apps --ios",
"wp8" : "npm run-script lint && node build/build.js apps --wp8"
},
"devDependencies" : {
"gzip-js" : "0.3.2",
"grunt-verifylowercase" : "0.2.0",
"grunt-leading-indent" : "0.1.0",
"grunt" : "0.4.2",
"grunt-contrib-jshint" : "0.8.0",
"attester" : "1.2.1",
"express" : "3.3.5",
"atpackager" : "0.1.0",
"ariatemplates" : "1.4.17",
"shelljs" : "0.1.2",
"cordova" : "3.1.0-0.1.0",
"iscroll" : "git+https://github.com/mlaval/iscroll.git#56438e24e36ad1fe6e507bec53c1c24836fa60e9"
}
}